This is Preferences.h in view mode; [Download] [Up]
#import "DocumentController.h"
@interface Preferences:DocumentController
{
id hosts;
id stopCmd;
id upSnd;
id downSnd;
id logFile;
id displayLog;
id displayMeter;
id startPPPOnLaunch;
id _defaults;
id _openPanel;
}
- init;
- makeKeyAndOrderFront: sender;
- revert: sender;
- set: sender;
- findLog: sender;
- findUpSnd: sender;
- findDownSnd: sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.