This is XWScoreView.m in view mode; [Download] [Up]
#import "XWScoreView.h"
@implementation XWScoreView
- initFrame:(const NXRect *)frameRect
{
[super initFrame:frameRect];
[self setAutoresizeSubviews:YES];
return self;
}
- drawSelf:(const NXRect *)rects :(int)rectCount
{
PSsetrgbcolor(0,0,0);
NXRectFill(rects);
return self;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.