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

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {closeWindow = id; }; 
  5.             CLASS = AIContactListEditorWindowController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {"browser_contactList" = AIBrowser; }; 
  8.             SUPERCLASS = AIWindowController; 
  9.         }, 
  10.         {
  11.             ACTIONS = {addContact = id; cancel = id; closeWindow = id; }; 
  12.             CLASS = AINewContactWindowController; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {
  15.                 "button_add" = NSButton; 
  16.                 "popUp_contactType" = NSPopUpButton; 
  17.                 "popUp_targetGroup" = NSPopUpButton; 
  18.                 "tableView_accounts" = NSTableView; 
  19.                 "textField_contactName" = NSTextField; 
  20.             }; 
  21.             SUPERCLASS = AIWindowController; 
  22.         }, 
  23.         {
  24.             CLASS = AIWindowController; 
  25.             LANGUAGE = ObjC; 
  26.             SUPERCLASS = NSWindowController; 
  27.         }, 
  28.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  29.     ); 
  30.     IBVersion = 1; 
  31. }