This is Ruler.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface Ruler : View { Font *font; NXCoord descender; NXCoord startX; NXCoord lastlp, lasthp; BOOL flipped; BOOL notHidden; } + (NXCoord)width; - setFont:(Font *)aFont; - drawSelf:(const NXRect *)rects :(int)rectCount; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.