ftp.nice.ch/pub/next/tools/screen/SpaceSaver.3.3.1.NIHS.bs.tar.gz#/SpaceSaver/Source/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 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.