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

  1. {
  2.     IBClasses = (
  3.         {CLASS = AIAutoScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; }, 
  4.         {CLASS = AIColoredBoxView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  5.         {CLASS = AICompletingTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
  6.         {
  7.             ACTIONS = {pasteAsRichText = id; scrollPageDown = id; scrollPageUp = id; }; 
  8.             CLASS = AIMessageEntryTextView; 
  9.             LANGUAGE = ObjC; 
  10.             SUPERCLASS = AISendingTextView; 
  11.         }, 
  12.         {
  13.             ACTIONS = {sendMessage = id; sendMessageLater = id; }; 
  14.             CLASS = AIMessageViewController; 
  15.             LANGUAGE = ObjC; 
  16.             OUTLETS = {
  17.                 "button_send" = AIPlasticButton; 
  18.                 delegate = id; 
  19.                 messageViewController = id; 
  20.                 "scrollView_messages" = NSView; 
  21.                 "scrollView_outgoingView" = NSScrollView; 
  22.                 "scrollView_userList" = AIAutoScrollView; 
  23.                 "tableView_userList" = NSTableView; 
  24.                 "textView_outgoing" = AIMessageEntryTextView; 
  25.                 "toolbar_bottom" = AIMiniToolbar; 
  26.                 "view_contents" = NSView; 
  27.             }; 
  28.             SUPERCLASS = AIObject; 
  29.         }, 
  30.         {
  31.             ACTIONS = {sendMessage = id; }; 
  32.             CLASS = AIMessageWindowController; 
  33.             LANGUAGE = ObjC; 
  34.             OUTLETS = {
  35.                 "scrollView_messageView" = NSScrollView; 
  36.                 "textView_outgoing" = AIMessageSendingTextView; 
  37.                 toolbar = AIMiniToolbar; 
  38.             }; 
  39.             SUPERCLASS = NSWindowController; 
  40.         }, 
  41.         {
  42.             CLASS = AIMiniToolbar; 
  43.             LANGUAGE = ObjC; 
  44.             OUTLETS = {representedObject = id; }; 
  45.             SUPERCLASS = NSView; 
  46.         }, 
  47.         {CLASS = AIObject; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  48.         {CLASS = AIPlasticButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  49.         {
  50.             ACTIONS = {sendContent = id; }; 
  51.             CLASS = AISendingTextView; 
  52.             LANGUAGE = ObjC; 
  53.             OUTLETS = {target = id; }; 
  54.             SUPERCLASS = NSTextView; 
  55.         }, 
  56.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  57.     ); 
  58.     IBVersion = 1; 
  59. }