This is BackView.h in view mode; [Download] [Up]
#import <appkit/View.h> #import "Thinker.h" @interface BackView:View { id image; NXRect imageRect; NXPoint maxCoord; unsigned int BVthen; } - initFrame:(const NXRect *) frameRect; - sizeTo:(NXCoord) width :(NXCoord) height; - drawSelf:(const NXRect *) rects :(int) rectCount; - setImageConstraints; - setImage:newImage; - (BOOL) useBufferedWindow; - (BOOL) timePassed:(BStimeval) delay; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.