ftp.nice.ch/pub/next/developer/resources/palettes/PAScrollViewDeluxe.s.tar.gz#/PAScrollViewDeluxePalette/PARuler.h

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

#import <appkit/appkit.h>

@interface PARuler : View
{
	int direction;
}

- initFrame:(const NXRect *)rect;

- (int)direction;
- setDirection:(int)value;
- setHorizontal;
- setVertical;

- drawSelf:(const NXRect *)rect :(int)count;

- write:(NXTypedStream *)stream;
- read:(NXTypedStream *)stream;

@end

#ifndef DIRECTION_HORIZONTAL
#define DIRECTION_HORIZONTAL	0
#endif

#ifndef DIRECTION_VERTICAL
#define DIRECTION_VERTICAL		1
#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.