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 / InspectorPanel.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  674 b   |  24 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             CLASS = Grab; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {alpha = id; depth = id; height = id; inspectorPanel = id; width = id; }; 
  8.             SUPERCLASS = NSApplication; 
  9.         }, 
  10.         {
  11.             CLASS = Inspector; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 alphaSwitch = id; 
  15.                 depthText = id; 
  16.                 heightText = id; 
  17.                 inspectorPanel = id; 
  18.                 widthText = id; 
  19.             }; 
  20.             SUPERCLASS = NSObject; 
  21.         }
  22.     ); 
  23.     IBVersion = 1; 
  24. }