This is Controller.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import <objc/Object.h> @interface Controller : Application { id openReq, // OpenPanel for open requests saveReq; // SavePanel for save-in requests id stringSet; //an external string resource id infoPanel; id gnuPanel; } - infoPanel:sender; - gnuPanel:sender; - showError:(const char *)errorMessage; - openRequest:sender; - (int)openFile:(const char *)fileName; - printRequest:sender; - saveInRequest:sender; - saveRequest:sender; - saveWindow:win inPath:(const char *)name; - closeRequest:sender; - (BOOL)isSimulating; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.