home *** CD-ROM | disk | FTP | other *** search
- BarChartInspector = {
- ACTIONS = {
- setYGridDrawState:;
- setXGridDrawState:;
- inspectXAxis:;
- inspectYAxis:;
- setColorGrayMode:;
- setBackgroundTransState:;
- inspectGeneral:;
- };
- OUTLETS = {
- yLogScaling;
- backgroundCGBox;
- backgroundGrayMatrix;
- xGridCGBox;
- yGridCGBox;
- generalBox;
- xLabelRotate;
- dftChartColorWell;
- xTickIncrement;
- xGridDraw;
- yGridDraw;
- backgroundTransSwitch;
- xGridGrayMatrix;
- xDataRangeHi;
- yDataRangeHi;
- yGridGrayMatrix;
- xLogScaling;
- yAxisBox;
- yShowLabels;
- xShowLabels;
- chartCGBox;
- xGridColorWell;
- yGridColorWell;
- dftChartGrayMatrix;
- yTickIncrement;
- drawInColorBtn;
- inspectorBox;
- backgroundColorWell;
- dftChartTypeMatrix;
- xDataRangeLo;
- yDataRangeLo;
- xAxisBox;
- yLabelRotate;
- };
- SUPERCLASS = IBInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ArrowView = {
- SUPERCLASS = View;
- };
-