This is UIDarkGrayView.m in view mode; [Download] [Up]
#import "UIDarkGrayView.h" #import <appkit/appkit.h> @implementation UIDarkGrayView - drawSelf: (NXRect *)rects:(int)count { // Set our drawing color to NX_DKGRAY PSsetgray(NX_DKGRAY); // then fill 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.