home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 Autumn / INTERNET109.ISO / mac / SOFTWARE / MAC / BUILDING / TACO / TacoHTMLEdit.sit / Taco HTML Edit.app / Contents / Resources / Meta.nib / classes.nib next >
Encoding:
Text File  |  2003-08-06  |  763 b   |  23 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {cancelInsertMetaTag = id; insertMetaTag = id; }; 
  6.             CLASS = MetaController; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {
  9.                 HTTPBox = NSComboBox; 
  10.                 contentTextField = NSTextField; 
  11.                 metaContentReceiver = NSMatrix; 
  12.                 metaContentType = NSMatrix; 
  13.                 metaPanel = NSPanel; 
  14.                 nameBox = NSComboBox; 
  15.                 timerField = NSTextField; 
  16.                 timerStepper = NSStepper; 
  17.                 timerURLField = NSTextField; 
  18.             }; 
  19.             SUPERCLASS = NSWindowController; 
  20.         }
  21.     ); 
  22.     IBVersion = 1; 
  23. }