home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Grab.app / Swedish.lproj / Grab.nib / data.classes next >
Text File  |  1994-10-02  |  956b  |  37 lines

  1. FirstResponder = {
  2.     ACTIONS = {"print:" = "print:"; "save:" = "save:"; "saveAs:" = "saveAs:"; }; 
  3.     SUPERCLASS = Object; 
  4. };
  5. Grab = {
  6.     ACTIONS = {
  7.     "orderFrontInspectorPanel:" = "orderFrontInspectorPanel:"; 
  8.     "orderFrontPrefsPanel:" = "orderFrontPrefsPanel:"; 
  9.     "screenSelection:" = "screenSelection:"; 
  10.     "showInfo:" = "showInfo:"; 
  11.     "timedSelection:" = "timedSelection:"; 
  12.     "toggleSound:" = "toggleSound:"; 
  13.     "variableSelection:" = "variableSelection:"; 
  14.     "windowSelection:" = "windowSelection:"; 
  15.     }; 
  16.     OUTLETS = {
  17.     close = close; 
  18.     copy = copy; 
  19.     cut = cut; 
  20.     grabWindow = grabWindow; 
  21.     inspectorItem = inspectorItem; 
  22.     paste = paste; 
  23.     print = print; 
  24.     save = save; 
  25.     saveAs = saveAs; 
  26.     screenItem = screenItem; 
  27.     selectAll = selectAll; 
  28.     selection = selection; 
  29.     selectionItem = selectionItem; 
  30.     soundItem = soundItem; 
  31.     timedItem = timedItem; 
  32.     useSound = useSound; 
  33.     windowItem = windowItem; 
  34.     }; 
  35.     SUPERCLASS = Application; 
  36. };
  37.