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 / image.nib / classes.nib next >
Encoding:
Text File  |  2003-08-06  |  1.2 KB  |  35 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 cancelInsertImageTag = id; 
  7.                 determineActiveControls = id; 
  8.                 getImageDimensions = id; 
  9.                 insertImageTag = id; 
  10.             }; 
  11.             CLASS = ImageController; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 URLField = NSTextField; 
  15.                 alignmentPopUpButton = NSPopUpButton; 
  16.                 alternateTextButton = NSButton; 
  17.                 alternateTextField = NSTextField; 
  18.                 borderButton = NSButton; 
  19.                 borderField = NSTextField; 
  20.                 borderStepper = NSStepper; 
  21.                 dimensionsButton = NSButton; 
  22.                 getDimensionsButton = NSButton; 
  23.                 heightField = NSTextField; 
  24.                 heightStepper = NSStepper; 
  25.                 imagePanel = NSPanel; 
  26.                 titleButton = NSButton; 
  27.                 titleField = NSTextField; 
  28.                 widthField = NSTextField; 
  29.                 widthStepper = NSStepper; 
  30.             }; 
  31.             SUPERCLASS = NSWindowController; 
  32.         }
  33.     ); 
  34.     IBVersion = 1; 
  35. }