home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / DatabaseKit / BarChart / English.lproj / ChartOfMatrixInspector.nib / data.classes next >
Encoding:
Text File  |  1994-07-19  |  609 b   |  37 lines

  1. ChartOfMatrixInspector = {
  2.     ACTIONS = {
  3.     doBorderType:;
  4.     doMinValue:;
  5.     doHMargin:;
  6.     doRandomBarColorsState:;
  7.     doVMargin:;
  8.     doAutoScale:;
  9.     doMaxValue:;
  10.     doGraphType:;
  11.     doBackgroundColor:;
  12.     doPrototypeNum:;
  13.     doFrameState:;
  14.     doHighlightColor:;
  15.     };
  16.     OUTLETS = {
  17.     vMarginOutlet;
  18.     frameStateOutlet;
  19.     highlightColorOutlet;
  20.     graphTypeOutlet;
  21.     backgroundColorOutlet;
  22.     autoScaleOutlet;
  23.     hMarginOutlet;
  24.     randomBarColorsOutlet;
  25.     prototypeNumOutlet;
  26.     minValueOutlet;
  27.     maxValueOutlet;
  28.     borderTypeOutlet;
  29.     };
  30.     SUPERCLASS = IBInspector;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37.