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

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.