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

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {comeBack = id; toggleMute = id; toggleShowBezel = id; }; 
  5.             CLASS = AIAwayStatusWindowController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 "button_comeBack" = NSButton; 
  9.                 "button_mute" = NSButton; 
  10.                 "button_showBezel" = NSButton; 
  11.                 "textField_awayTime" = NSTextField; 
  12.                 "textView_awayMessage" = NSTextView; 
  13.             }; 
  14.             SUPERCLASS = NSWindowController; 
  15.         }, 
  16.         {
  17.             CLASS = AIMiniToolbar; 
  18.             LANGUAGE = ObjC; 
  19.             OUTLETS = {representedObject = id; }; 
  20.             SUPERCLASS = NSView; 
  21.         }, 
  22.         {
  23.             CLASS = AISendingTextView; 
  24.             LANGUAGE = ObjC; 
  25.             OUTLETS = {target = id; }; 
  26.             SUPERCLASS = NSTextView; 
  27.         }, 
  28.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  29.     ); 
  30.     IBVersion = 1; 
  31. }