home *** CD-ROM | disk | FTP | other *** search
- #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
-