home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_m68k_Intel_Only / HippoDraw.app / Hippo.bundle / InspectCut.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-07-06  |  716 b   |  54 lines

  1. InspectCut = {
  2.     ACTIONS = {
  3.     remove:;
  4.     invert:;
  5.     newValueInSlider1:;
  6.     replace:;
  7.     showCutsRadio:;
  8.     add:;
  9.     newCut:;
  10.     selectCut:;
  11.     newValueInForm:;
  12.     newValueInSlider2:;
  13.     };
  14.     OUTLETS = {
  15.     loSlider;
  16.     docCutList;
  17.     zpSwitch;
  18.     cutValueForm;
  19.     cutList;
  20.     buttonMatrix;
  21.     dependList;
  22.     cutBrowserCells;
  23.     hiSlider;
  24.     cutBrowser;
  25.     showCutsRadio;
  26.     tpBrowserCells;
  27.     cutPlot;
  28.     tpBrowser;
  29.     };
  30.     SUPERCLASS = InspectBase;
  31. };
  32. FineSlider = {
  33.     SUPERCLASS = Slider;
  34. };
  35. FirstResponder = {
  36.     ACTIONS = {
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. InspectBase = {
  41.     ACTIONS = {
  42.     windowDidUpdate:;
  43.     };
  44.     OUTLETS = {
  45.     selectedPlot;
  46.     hDraw;
  47.     contentBox;
  48.     graphicView;
  49.     firstPlot;
  50.     theInspector;
  51.     };
  52.     SUPERCLASS = Object;
  53. };
  54.