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 / MessageTab.nib / classes.nib next >
Encoding:
Text File  |  2002-10-19  |  2.7 KB  |  73 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.             ACTIONS = {
  12.                 backgroundColorChanged = id; 
  13.                 closeMessage = id; 
  14.                 fontFaceChanged = id; 
  15.                 fontSizeChanged = id; 
  16.                 sendMessage = id; 
  17.                 textColorChange = id; 
  18.                 toggleCustomFormatting = id; 
  19.             }; 
  20.             CLASS = AICommunicationController; 
  21.             LANGUAGE = ObjC; 
  22.             OUTLETS = {
  23.                 "button_sendMessage" = NSButton; 
  24.                 "button_useCustomFormatting" = NSButton; 
  25.                 "colorWell_backgroundColor" = NSColorWell; 
  26.                 "colorWell_textColor" = NSColorWell; 
  27.                 "popUpButton_customFont" = NSPopUpButton; 
  28.                 "popUpButton_customSize" = NSPopUpButton; 
  29.                 "scrollView_messages" = NSScrollView; 
  30.                 "splitView_messageSplit" = NSSplitView; 
  31.                 "tabView_customFormatting" = NSTabView; 
  32.                 "textView_enterField" = NSTextView; 
  33.                 "textView_messages" = AIMessageLogTextView; 
  34.             }; 
  35.             SUPERCLASS = NSWindowController; 
  36.         }, 
  37.         {
  38.             CLASS = AIMessageController; 
  39.             LANGUAGE = ObjC; 
  40.             OUTLETS = {
  41.                 "popUpButton_addToBuddyList" = NSPopUpButton; 
  42.                 "tabView_addToBuddyList" = NSTabView; 
  43.             }; 
  44.             SUPERCLASS = AICommunicationController; 
  45.         }, 
  46.         {
  47.             CLASS = AIMessageLogTextView; 
  48.             LANGUAGE = ObjC; 
  49.             OUTLETS = {containingScrollView = NSScrollView; theMessageTextView = AIMessageTextView; }; 
  50.             SUPERCLASS = AIURLTextView; 
  51.         }, 
  52.         {
  53.             CLASS = AIMessageTabController; 
  54.             LANGUAGE = ObjC; 
  55.             OUTLETS = {"view_tabContents" = NSView; }; 
  56.             SUPERCLASS = AIMessageController; 
  57.         }, 
  58.         {
  59.             CLASS = AIMessageTextView; 
  60.             LANGUAGE = ObjC; 
  61.             OUTLETS = {
  62.                 "button_sendMessage" = NSButton; 
  63.                 theMessageController = AIMessageController; 
  64.                 theMessageLogTextView = AIMessageLogTextView; 
  65.             }; 
  66.             SUPERCLASS = NSTextView; 
  67.         }, 
  68.         {CLASS = AISafeButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  69.         {CLASS = AIURLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  70.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  71.     ); 
  72.     IBVersion = 1; 
  73. }