home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Grab.app / Contents / Resources / English.lproj / Grab.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  1.1 KB  |  38 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {performZoom = id; print = id; save = id; saveAs = id; }; 
  5.             CLASS = FirstResponder; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {
  10.             ACTIONS = {
  11.                 hideOtherApplications = id; 
  12.                 orderFrontInspectorPanel = id; 
  13.                 orderFrontPrefsPanel = id; 
  14.                 screenSelection = id; 
  15.                 showInfo = id; 
  16.                 timedSelection = id; 
  17.                 toggleSound = id; 
  18.                 unhideOtherApplications = id; 
  19.                 variableSelection = id; 
  20.                 windowSelection = id; 
  21.             }; 
  22.             CLASS = Grab; 
  23.             LANGUAGE = ObjC; 
  24.             OUTLETS = {
  25.                 grabWindow = id; 
  26.                 inspectorItem = id; 
  27.                 screenItem = id; 
  28.                 selection = id; 
  29.                 selectionItem = id; 
  30.                 soundItem = id; 
  31.                 timedItem = id; 
  32.                 windowItem = id; 
  33.             }; 
  34.             SUPERCLASS = NSApplication; 
  35.         }
  36.     ); 
  37.     IBVersion = 1; 
  38. }