ftp.nice.ch/pub/next/developer/resources/palettesfor2.xx/IBLines.N.bs.tar.gz#/IBLines/HorLine.h

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.