Annotation of Examples/DatabaseKit/BarChart/ChartOfMatrixInspector.h, revision 1.1

1.1     ! root        1: 
        !             2: #import <appkit/appkit.h>
        !             3: 
        !             4: #import <apps/InterfaceBuilder.h>
        !             5: 
        !             6: @interface ChartOfMatrixInspector:IBInspector
        !             7: {
        !             8:        id      hMarginOutlet;
        !             9:        id      vMarginOutlet;
        !            10:        id      frameStateOutlet;
        !            11:        id      minValueOutlet;
        !            12:        id      maxValueOutlet;
        !            13:        id      autoScaleOutlet;
        !            14:        id      graphTypeOutlet;
        !            15:        id      prototypeNumOutlet;
        !            16:        id      borderTypeOutlet;
        !            17:        id      backgroundColorOutlet;
        !            18:        id      highlightColorOutlet;
        !            19:        id      randomBarColorsOutlet;
        !            20: 
        !            21: }
        !            22: 
        !            23: - doAutoScale:sender;
        !            24: - doBackgroundColor:sender;
        !            25: - doBorderType:sender;
        !            26: - doFrameState:sender;
        !            27: - doGraphType:sender;
        !            28: - doHighlightColor:sender;
        !            29: - doHMargin:sender;
        !            30: - doMaxValue:sender;
        !            31: - doMinValue:sender;
        !            32: - doPrototypeNum:sender;
        !            33: - doRandomBarColorsState:sender;
        !            34: - doVMargin:sender;
        !            35: 
        !            36: @end

unix.superglobalmegacorp.com

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