ftp.nice.ch/pub/next/tools/screen/backspace/Lorenz.NIH.bs.tar.gz#/LorenzBackSpaceModules/BackView.h

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 BVthen;
}

- (BOOL) timePassed: (BStimeval) delay;
- initFrame:(NXRect *)frameRect;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- setImageConstraints;
- setImage: newImage;
- (BOOL) useBufferedWindow;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.