ftp.nice.ch/pub/next/graphics/viewer/ToyViewer.2.6a.s.tar.gz#/ToyViewer2.6a/src/PrefView.m

This is PrefView.m in view mode; [Download] [Up]

#import "PrefView.h"

@implementation PrefView

- drawSelf:(NXRect *)r :(int) count;	/* Overload */
{
	PSsetlinewidth(1.0);
	PSsetgray(NX_LTGRAY);
	NXRectFill(&bounds);
	return self;
}

@end

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