home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / Adium1.6.2c.sit / Adium 1.6.2c / Adium.app / Contents / Resources / ChatWindow.nib / classes.nib next >
Encoding:
Text File  |  2002-10-19  |  3.4 KB  |  93 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {addBuddyToGroup = id; }; 
  5.             CLASS = AIAddToBuddyListMenu; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {"menuItem_topItem" = NSMenuItem; }; 
  8.             SUPERCLASS = NSMenu; 
  9.         }, 
  10.         {
  11.             CLASS = AIChatController; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 "popUpButton_inviteToChat" = NSPopUpButton; 
  15.                 "tabView_inviteToChat" = NSTabView; 
  16.                 "tableView_userList" = NSTableView; 
  17.             }; 
  18.             SUPERCLASS = AICommunicationController; 
  19.         }, 
  20.         {
  21.             CLASS = AIChatTabController; 
  22.             LANGUAGE = ObjC; 
  23.             OUTLETS = {"view_tabContents" = NSView; }; 
  24.             SUPERCLASS = AIChatController; 
  25.         }, 
  26.         {
  27.             CLASS = AIChatWindowController; 
  28.             LANGUAGE = ObjC; 
  29.             SUPERCLASS = AIChatController; 
  30.         }, 
  31.         {
  32.             ACTIONS = {
  33.                 backgroundColorChanged = id; 
  34.                 closeMessage = id; 
  35.                 fontFaceChanged = id; 
  36.                 fontSizeChanged = id; 
  37.                 sendMessage = id; 
  38.                 textColorChange = id; 
  39.                 toggleCustomFormatting = id; 
  40.             }; 
  41.             CLASS = AICommunicationController; 
  42.             LANGUAGE = ObjC; 
  43.             OUTLETS = {
  44.                 "button_sendMessage" = NSButton; 
  45.                 "button_useCustomFormatting" = NSButton; 
  46.                 "colorWell_backgroundColor" = NSColorWell; 
  47.                 "colorWell_textColor" = NSColorWell; 
  48.                 "popUpButton_addToBuddyList" = NSPopUpButton; 
  49.                 "popUpButton_customFont" = NSPopUpButton; 
  50.                 "popUpButton_customSize" = NSPopUpButton; 
  51.                 "scrollView_messages" = NSScrollView; 
  52.                 "splitView_messageSplit" = NSSplitView; 
  53.                 "tabView_addToBuddyList" = NSTabView; 
  54.                 "tabView_customFormatting" = NSTabView; 
  55.                 "textView_enterField" = NSTextView; 
  56.                 "textView_messages" = AIMessageLogTextView; 
  57.             }; 
  58.             SUPERCLASS = NSWindowController; 
  59.         }, 
  60.         {
  61.             ACTIONS = {inviteBuddyToChat = id; }; 
  62.             CLASS = AIInviteBuddyMenu; 
  63.             LANGUAGE = ObjC; 
  64.             SUPERCLASS = NSMenu; 
  65.         }, 
  66.         {
  67.             CLASS = AIMessageController; 
  68.             LANGUAGE = ObjC; 
  69.             SUPERCLASS = AICommunicationController; 
  70.         }, 
  71.         {
  72.             CLASS = AIMessageLogTextView; 
  73.             LANGUAGE = ObjC; 
  74.             OUTLETS = {containingScrollView = NSScrollView; theMessageTextView = AIMessageTextView; }; 
  75.             SUPERCLASS = AIURLTextView; 
  76.         }, 
  77.         {CLASS = AIMessageTabViewItem; LANGUAGE = ObjC; SUPERCLASS = NSTabViewItem; }, 
  78.         {
  79.             CLASS = AIMessageTextView; 
  80.             LANGUAGE = ObjC; 
  81.             OUTLETS = {
  82.                 "button_sendMessage" = NSButton; 
  83.                 theMessageController = AICommunicationController; 
  84.                 theMessageLogTextView = AIMessageLogTextView; 
  85.             }; 
  86.             SUPERCLASS = NSTextView; 
  87.         }, 
  88.         {CLASS = AINonBrokenSplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; }, 
  89.         {CLASS = AIURLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  90.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  91.     ); 
  92.     IBVersion = 1; 
  93. }