Annotation of Examples/AppKit/Draw/Ruler.h, revision 1.1

1.1     ! root        1: @interface Ruler : View <Ruler>
        !             2: {
        !             3:     Font *font;
        !             4:     NXCoord descender;
        !             5:     NXCoord startX;
        !             6:     NXCoord lastlp, lasthp;
        !             7:     BOOL flipped;
        !             8:     BOOL notHidden;
        !             9: }
        !            10: 
        !            11: + (NXCoord)width;
        !            12: 
        !            13: - setFont:(Font *)aFont;
        !            14: - drawSelf:(const NXRect *)rects :(int)rectCount;
        !            15: 
        !            16: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.