home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 111 / maccd 111.iso / Utilities / Mac OS X / SmartScrollX_en.dmg / Smart Scroll X Installer.app / Contents / Resources / Installnib.nib / classes.nib next >
Encoding:
Text File  |  2003-10-20  |  841 b   |  24 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = URLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  5.         {
  6.             ACTIONS = {doInstall = id; doRemove = id; switchInstallKind = id; }; 
  7.             CLASS = sxController; 
  8.             LANGUAGE = ObjC; 
  9.             OUTLETS = {
  10.                 RemoveButton = NSButton; 
  11.                 allUsersRad = NSButton; 
  12.                 docView = URLTextView; 
  13.                 drawer = NSDrawer; 
  14.                 failTextField = NSTextField; 
  15.                 installProgress = NSProgressIndicator; 
  16.                 logTextView = NSTextView; 
  17.                 singleUserRad = NSButton; 
  18.                 successTextField = NSTextField; 
  19.             }; 
  20.             SUPERCLASS = NSObject; 
  21.         }
  22.     ); 
  23.     IBVersion = 1; 
  24. }