home *** CD-ROM | disk | FTP | other *** search
- {
- IBClasses = (
- {
- ACTIONS = {addBuddyToGroup = id; };
- CLASS = AIAddToBuddyListMenu;
- LANGUAGE = ObjC;
- OUTLETS = {"menuItem_topItem" = NSMenuItem; };
- SUPERCLASS = NSMenu;
- },
- {
- CLASS = AIChatController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "popUpButton_inviteToChat" = NSPopUpButton;
- "tabView_inviteToChat" = NSTabView;
- "tableView_userList" = NSTableView;
- };
- SUPERCLASS = AICommunicationController;
- },
- {
- CLASS = AIChatTabController;
- LANGUAGE = ObjC;
- OUTLETS = {"view_tabContents" = NSView; };
- SUPERCLASS = AIChatController;
- },
- {
- CLASS = AIChatWindowController;
- LANGUAGE = ObjC;
- SUPERCLASS = AIChatController;
- },
- {
- ACTIONS = {
- backgroundColorChanged = id;
- closeMessage = id;
- fontFaceChanged = id;
- fontSizeChanged = id;
- sendMessage = id;
- textColorChange = id;
- toggleCustomFormatting = id;
- };
- CLASS = AICommunicationController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_sendMessage" = NSButton;
- "button_useCustomFormatting" = NSButton;
- "colorWell_backgroundColor" = NSColorWell;
- "colorWell_textColor" = NSColorWell;
- "popUpButton_addToBuddyList" = NSPopUpButton;
- "popUpButton_customFont" = NSPopUpButton;
- "popUpButton_customSize" = NSPopUpButton;
- "scrollView_messages" = NSScrollView;
- "splitView_messageSplit" = NSSplitView;
- "tabView_addToBuddyList" = NSTabView;
- "tabView_customFormatting" = NSTabView;
- "textView_enterField" = NSTextView;
- "textView_messages" = AIMessageLogTextView;
- };
- SUPERCLASS = NSWindowController;
- },
- {
- ACTIONS = {inviteBuddyToChat = id; };
- CLASS = AIInviteBuddyMenu;
- LANGUAGE = ObjC;
- SUPERCLASS = NSMenu;
- },
- {
- CLASS = AIMessageController;
- LANGUAGE = ObjC;
- SUPERCLASS = AICommunicationController;
- },
- {
- CLASS = AIMessageLogTextView;
- LANGUAGE = ObjC;
- OUTLETS = {containingScrollView = NSScrollView; theMessageTextView = AIMessageTextView; };
- SUPERCLASS = AIURLTextView;
- },
- {CLASS = AIMessageTabViewItem; LANGUAGE = ObjC; SUPERCLASS = NSTabViewItem; },
- {
- CLASS = AIMessageTextView;
- LANGUAGE = ObjC;
- OUTLETS = {
- "button_sendMessage" = NSButton;
- theMessageController = AICommunicationController;
- theMessageLogTextView = AIMessageLogTextView;
- };
- SUPERCLASS = NSTextView;
- },
- {CLASS = AINonBrokenSplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; },
- {CLASS = AIURLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; },
- {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
- );
- IBVersion = 1;
- }