home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / English.lproj / Gnuplot.nib / data.classes next >
Encoding:
Text File  |  1993-03-18  |  497 b   |  40 lines

  1. Gnuplot = {
  2.     ACTIONS = {
  3.     docDidClose:;
  4.     showCopyingPanel:;
  5.     showPreferencesPanel:;
  6.     showInspectorPane:;
  7.     open:;
  8.     showInfoPanel:;
  9.     saveAll:;
  10.     new:;
  11.     };
  12.     OUTLETS = {
  13.     inspector;
  14.     stringSet;
  15.     currentDoc;
  16.     copyingPanel;
  17.     infoPanel;
  18.     docList;
  19.     revisionTextField;
  20.     preferences;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     saveAsEPS:;
  27.     close:;
  28.     new:;
  29.     revertToSaved:;
  30.     saveAll:;
  31.     save:;
  32.     open:;
  33.     plot:;
  34.     saveTo:;
  35.     saveAs:;
  36.     print:;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40.