ftp.nice.ch/pub/next/developer/resources/classes/TabCell.s.tar.gz#/TabCell/DarkGrayView.m

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

#import "DarkGrayView.h"

@implementation DarkGrayView

- drawSelf:(NXRect *)rects :(int)count
{
	/* Set our drawing color to NX_DKGRAY */
	PSsetgray(NX_DKGRAY);
	
	/* Fill in our bounds */
	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.