This is IPref.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <objc/Object.h>
#import <appkit/Control.h>
#import <appkit/Button.h>
#import <appkit/defaults.h>
#import <string.h>
#import <stdio.h>
#define booltostr(tb) ((tb == YES) ? "YES" : "NO")
/* remember: a 0 return from strcmp is TRUE... AUUUGGGH! */
#define strtobool(ts) (strcmp(ts, "YES") ? NO : YES)
@interface IPref:Object
{
BOOL printeroffF, cshrcF, ilogspaceF, loginF;
char *appName;
id printerOff;
id cshrc;
id ilogspace;
id login;
}
- printerOff:sender;
- cshrc:sender;
- set:sender;
- ilogspace:sender;
- cancel:sender;
- login:sender;
- updateButtons;
- doTasks;
- readDefaults;
/* Application Delegate Stuff */
- appDidInit:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.