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.