This is Controller.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <objc/Object.h> #import <appkit/graphics.h> #import <dpsclient/event.h> @interface Controller:Object { id editMenu; id editCut; id editPaste; id editDelete; id out; id window; id hostMatrix; id otherHost; id query; id portMatrix; id otherPort; id abortButton; id abortView; NXRect oldBounds; int state; int fd; } #ifndef NX_COMPILER_RELEASE_3_0 - setEditMenu:anObject; - setOut:anObject; #endif - appDidInit:sender; - windowWillClose:sender; #ifndef NX_COMPILER_RELEASE_3_0 - windowWillResize:sender toSize:(NXSize *)frameSize; #endif - windowDidResize:sender; - textDidChange:textObject; - quiet:sender; - doit:sender; - undoit:sender; - reflectEditable:(BOOL)flag; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.