home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextApps / Grab.app / Swedish.lproj / Grab.nib / data.classes < prev    next >
Text File  |  1992-06-30  |  722b  |  56 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     save:;
  4.     saveAs:;
  5.     print:;
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. Grab = {
  10.     ACTIONS = {
  11.     orderFrontPrefsPanel:;
  12.     orderFrontInspectorPanel:;
  13.     variableSelection:;
  14.     cameraClicked:;
  15.     cursorType:;
  16.     timedSelection:;
  17.     windowSelection:;
  18.     screenSelection:;
  19.     toggleSound:;
  20.     showInfo:;
  21.     keithClicked:;
  22.     };
  23.     OUTLETS = {
  24.     timedItem;
  25.     windowItem;
  26.     useSound;
  27.     selection;
  28.     grabWindow;
  29.     cut;
  30.     selectAll;
  31.     inspectorItem;
  32.     selectionItem;
  33.     infoPanel;
  34.     cursorTypeMatrix;
  35.     screenItem;
  36.     inspectorPanel;
  37.     saveAs;
  38.     alpha;
  39.     print;
  40.     save;
  41.     height;
  42.     depth;
  43.     copy;
  44.     cameraButton;
  45.     helpPanel;
  46.     width;
  47.     close;
  48.     keithButton;
  49.     soundItem;
  50.     prefsPanel;
  51.     versionNumber;
  52.     paste;
  53.     };
  54.     SUPERCLASS = Application;
  55. };
  56.