ftp.nice.ch/pub/next/science/mathematics/HippoDraw.2.0.s.tar.gz#/HippoDraw/Hippo.bproj/Draw.subproj/Ruler.h

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

@interface Ruler : View <Ruler>
{
    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.