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

  1. BarChart = {
  2.     SUPERCLASS = IBPalette;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. ChartOfMatrix = {
  10.     ACTIONS = {
  11.     takeVMarginFrom:;
  12.     takeHMarginFrom:;
  13.     plotFromMatrix:;
  14.     copy:;
  15.     takeBackgroundColorFrom:;
  16.     takeFrameStateFrom:;
  17.     takeMinValueFrom:;
  18.     takeRandomColorStateFrom:;
  19.     takeHighlightColorFrom:;
  20.     takeMaxValueFrom:;
  21.     takeAutoScaleStateFrom:;
  22.     takeBorderTypeFrom:;
  23.     takeNumProtosFrom:;
  24.     };
  25.     OUTLETS = {
  26.     minField;
  27.     meanField;
  28.     dataSrc;
  29.     maxField;
  30.     };
  31.     SUPERCLASS = View;
  32. };
  33.