home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Palettes / Chart / ChartPalette.palette / English.lproj / BarChartInspector.nib / data.classes < prev    next >
Encoding:
Text File  |  1994-06-07  |  879 b   |  56 lines

  1. BarChartInspector = {
  2.     ACTIONS = {
  3.     setYGridDrawState:;
  4.     setXGridDrawState:;
  5.     inspectXAxis:;
  6.     inspectYAxis:;
  7.     setColorGrayMode:;
  8.     setBackgroundTransState:;
  9.     inspectGeneral:;
  10.     };
  11.     OUTLETS = {
  12.     yLogScaling;
  13.     backgroundCGBox;
  14.     backgroundGrayMatrix;
  15.     xGridCGBox;
  16.     yGridCGBox;
  17.     generalBox;
  18.     xLabelRotate;
  19.     dftChartColorWell;
  20.     xTickIncrement;
  21.     xGridDraw;
  22.     yGridDraw;
  23.     backgroundTransSwitch;
  24.     xGridGrayMatrix;
  25.     xDataRangeHi;
  26.     yDataRangeHi;
  27.     yGridGrayMatrix;
  28.     xLogScaling;
  29.     yAxisBox;
  30.     yShowLabels;
  31.     xShowLabels;
  32.     chartCGBox;
  33.     xGridColorWell;
  34.     yGridColorWell;
  35.     dftChartGrayMatrix;
  36.     yTickIncrement;
  37.     drawInColorBtn;
  38.     inspectorBox;
  39.     backgroundColorWell;
  40.     dftChartTypeMatrix;
  41.     xDataRangeLo;
  42.     yDataRangeLo;
  43.     xAxisBox;
  44.     yLabelRotate;
  45.     };
  46.     SUPERCLASS = IBInspector;
  47. };
  48. FirstResponder = {
  49.     ACTIONS = {
  50.     };
  51.     SUPERCLASS = Object;
  52. };
  53. ArrowView = {
  54.     SUPERCLASS = View;
  55. };
  56.