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.