This is InfoView.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "version.h" @interface InfoView:View { id version; id date; id background; id ball; int teflag; NXSize ballSize; NXPoint oldpos,newpos,speed; DPSTimedEntry te; } - initFrame:(const NXRect *) frameRect; - drawFace:(double)time; - loadFromFile:sender; - drawSelf:(NXRect *)r :(int)count; - windowDidMiniaturize:sender; - windowDidBecomeKey:sender; - windowDidResignKey:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.