This is Controller.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <objc/Object.h>
#import "Subprocess.h"
@interface Controller:Object
{
id cmd_form;
id pref_form;
id service_switch;
id pref_dir_switch;
id hide_switch;
id textfield;
id locate;
Subprocess *process;
}
- doMake:sender;
- nextError:sender;
- stopMake:sender;
- resetPrefs:sender;
- setPrefs:sender;
- setValues:sender;
- show_help:sender;
- show_info:sender;
- show_license:sender;
- show_prefs:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.