This is PreferenceManager.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "defs.h"
@interface PreferenceManager:STSwapBoxManager
{
id windowWidthText;
id windowHeightText;
id debugFileText;
id openEmptyMatrix;
int winWidth, winHeight, openEmptyTag;
char *debugfile;
}
- awakeFromNib;
- loadDataFor:(int)boxTag;
- dataChanged:sender;
- set:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.