This is Controller.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface Controller:Object { id formatScript; id formatWindow; id infoPanel; id splitView; id texView; id theDragView; id theWindow; id scriptRadioButton; id userlib; id usertmp; id savepath; id bundlepath; } - latexCompile:sender; - load:sender; - openFile:(const char *)fileName; - save:sender; - saveAs:sender; - saveFile: (const char *)name; - saveFormatWindow:sender; - revertFormatWindow:sender; - customFormatWindow:sender; - showFormatWindow:sender; - showInfoPanel:sender; - focusToTex; - showError: (const char*) errorMessage; - textDidGetKeys:sender isEmpty:(BOOL)flag; - setScript:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.