home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_m68k_Intel_Only / HippoDraw.app / Hippo.bundle / Legal.nib / data.classes next >
Encoding:
Text File  |  1992-08-28  |  554 b   |  42 lines

  1. HDrawApp = {
  2.     ACTIONS = {
  3.     new:;
  4.     orderFrontTupleInsp:;
  5.     legal:;
  6.     openTupleAsText:;
  7.     openTuple:;
  8.     open:;
  9.     };
  10.     OUTLETS = {
  11.     inspectTuple;
  12.     inspectPlot;
  13.     theNewInspector;
  14.     inspectCut;
  15.     inspectData;
  16.     inspectAxes;
  17.     inspectFunc;
  18.     inspectStat;
  19.     legalPanel;
  20.     };
  21.     SUPERCLASS = DrawApp;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. DrawApp = {
  29.     ACTIONS = {
  30.     orderFrontInspectorPanel:;
  31.     info:;
  32.     terminate:;
  33.     new:;
  34.     open:;
  35.     setCurrentGraphic:;
  36.     };
  37.     OUTLETS = {
  38.     currentGraphic;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42.