This is VertLine.h in view mode; [Download] [Up]
/*---------------------------------------------------------------------------------
Draws a vertical line, of varying width, optionally with end caps.
History
9Mar93 DM New
---------------------------------------------------------------------------------*/
#import "ActionLine.h"
@interface VertLine:ActionLine
{
}
- drawSelf:(NXRect *)rects :(int)count; // The classic NeXT method
- mouseDown:(NXEvent*)theEvent; // Mousedown handling
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.