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

1.1     ! root        1: @interface GridView : View
        !             2: {
        !             3:     id spacing;
        !             4:     id grayField;
        !             5:     id graySlider;
        !             6:     id graphicView;
        !             7:     id form;
        !             8: }
        !             9: 
        !            10: /* Public methods */
        !            11: 
        !            12: - runModalForGraphicView:(GraphicView *)graphicView;
        !            13: 
        !            14: /* Private methods */
        !            15: 
        !            16: - drawGrid:(int)grid;
        !            17: 
        !            18: /* Methods overridden from superclass */
        !            19: 
        !            20: - drawSelf:(const NXRect *)rects :(int)rectCount;
        !            21: - mouseDown:(NXEvent *)event;
        !            22: 
        !            23: /* Target/Action methods */
        !            24: 
        !            25: - show:sender;
        !            26: - off:sender;
        !            27: - cancel:sender;
        !            28: - changeSpacing:sender;
        !            29: - changeGray:sender;
        !            30: 
        !            31: @end

unix.superglobalmegacorp.com

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