ftp.nice.ch/pub/next/connectivity/mail/apps/PhoneSlip.3.1.NIHS.bs.tar.gz#/PhoneSlip.3.1/Source/colorView.h

This is colorView.h in view mode; [Download] [Up]

/* Copyright(C) 1993, The MITRE Corporation */

#import <appkit/View.h>

@interface colorView:View
{
	NXColor viewColor;
}

- setBackgroundColor:(NXColor)color; 
- setBackgroundGray:(float)gray; 
- drawSelf:(const NXRect *)rects :(int)rectCount;


@end

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