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

This is DownhillLine.h in view mode; [Download] [Up]

/*------------------------------------------------------------------------------------
		A lot like the "UphillLine" object.  These things really ought to be combined.
		
 ------------------------------------------------------------------------------------*/

#import "ActionLine.h"

@interface DownhillLine: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.