home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Installer.app / Contents / Resources / English.lproj / PageUI.nib / classes.nib next >
Encoding:
Text File  |  2004-07-07  |  1.3 KB  |  39 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = IFAutoTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  5.         {CLASS = IFBackgroundImage; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 
  6.         {CLASS = IFContentView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  7.         {CLASS = IFPageMatrixView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  8.         {
  9.             ACTIONS = {
  10.                 closePackage = id; 
  11.                 nextPage = id; 
  12.                 previousPage = id; 
  13.                 printInstallerDocument = id; 
  14.                 showFiles = id; 
  15.                 windowWillClose = id; 
  16.             }; 
  17.             CLASS = PageController; 
  18.             LANGUAGE = ObjC; 
  19.             OUTLETS = {
  20.                 backgroundView = id; 
  21.                 bottomAuxView = id; 
  22.                 contentView = id; 
  23.                 myPageMatrixController = id; 
  24.                 nextButton = id; 
  25.                 previousButton = id; 
  26.                 titleTF = id; 
  27.                 window = id; 
  28.             }; 
  29.             SUPERCLASS = NSObject; 
  30.         }, 
  31.         {
  32.             CLASS = PageMatrixController; 
  33.             LANGUAGE = ObjC; 
  34.             OUTLETS = {matrixView = id; }; 
  35.             SUPERCLASS = NSObject; 
  36.         }
  37.     ); 
  38.     IBVersion = 1; 
  39. }