This is GUI.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import <objc/objc.h> #import <objc/Object.h> #import <tcl.h> @interface GUI: Object { Tcl_Interp *inp; id win1; id win2; id win3; id win4; id win5; id win6; id win7; id win8; id win9; id win10; } + initTCLCommands:(Tcl_Interp *)ip:(id)sender; - doSomething:sender; - init: (Tcl_Interp *)ipp; - (void)doDrawSelf: (id)view: (NXRect *)re: (NXRect *)bo: (char *)name; - (void)doMouseDown:(id)view:(NXEvent *)te:(char *)name; - setWinsToNil; - lookForWindows; - convertToGUIview: (id)view; - lookIntoView: (id)view; - lookInView: (id)view; - lookInWindow: (id)win; - takeDrag: (Pasteboard *)pb : (NXPoint *)pt :(char *)name; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.