This is LineView.h in view mode; [Download] [Up]
// LineView.h
// Part of Risk by Mike Ferris
#import <appkit/View.h>
@interface LineView:View
{
float lineWidth;
}
- setLineWidth:(float)lw;
- 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.