home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / opsys / macos / adium / adium.dmg / Adium.app / Contents / Resources / DualWindowAdvanced.nib / classes.nib next >
Encoding:
Text File  |  2004-06-15  |  1.2 KB  |  40 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             CLASS = AIDualWindowAdvancedPrefs; 
  5.             LANGUAGE = ObjC; 
  6.             OUTLETS = {
  7.                 "checkBox_horizontalResize" = NSButton; 
  8.                 "checkBox_verticalResize" = NSButton; 
  9.             }; 
  10.             SUPERCLASS = AIPreferencePane; 
  11.         }, 
  12.         {
  13.             ACTIONS = {changePreference = id; }; 
  14.             CLASS = AIDualWindowPreferences; 
  15.             LANGUAGE = ObjC; 
  16.             OUTLETS = {
  17.                 "checkBox_autoResize" = NSButton; 
  18.                 "checkBox_horizontalResize" = NSButton; 
  19.                 "view_resizing" = NSView; 
  20.             }; 
  21.             SUPERCLASS = NSObject; 
  22.         }, 
  23.         {
  24.             ACTIONS = {changePreference = id; }; 
  25.             CLASS = AIPreferencePane; 
  26.             LANGUAGE = ObjC; 
  27.             OUTLETS = {
  28.                 delegate = id; 
  29.                 "textField_title" = NSTextField; 
  30.                 view = NSView; 
  31.                 "view_containerSubView" = NSView; 
  32.                 "view_containerView" = NSView; 
  33.             }; 
  34.             SUPERCLASS = NSObject; 
  35.         }, 
  36.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  37.         {CLASS = NSObject; LANGUAGE = ObjC; }
  38.     ); 
  39.     IBVersion = 1; 
  40. }