This is HorLine.h in view mode; [Download] [Up]
/*--------------------------------------------------------------------------------- A horizontal line. Just a method that draws a horo line and something for handling mouseDowns. ---------------------------------------------------------------------------------*/ #import "ActionLine.h" @interface HorLine:ActionLine { } - drawSelf:(NXRect *)rects :(int)count; // Classic NeXT stuff - 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.