home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Terminal.app / Contents / Resources / English.lproj / Term.nib / classes.nib next >
Encoding:
Text File  |  2004-06-10  |  2.9 KB  |  89 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 clearScrollback = id; 
  6.                 inspector = id; 
  7.                 pasteQuoted = id; 
  8.                 pasteSelection = id; 
  9.                 sendBreak = id; 
  10.                 sendHardReset = id; 
  11.                 sendReset = id; 
  12.             }; 
  13.             CLASS = FirstResponder; 
  14.             LANGUAGE = ObjC; 
  15.             SUPERCLASS = NSObject; 
  16.         }, 
  17.         {CLASS = OpaqueView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  18.         {CLASS = ScrollSubview; LANGUAGE = ObjC; SUPERCLASS = TermSubview; }, 
  19.         {
  20.             ACTIONS = {openClose = id; }; 
  21.             CLASS = Splitter; 
  22.             LANGUAGE = ObjC; 
  23.             OUTLETS = {button = NSButton; controller = TermController; termView = TermView; }; 
  24.             SUPERCLASS = NSView; 
  25.         }, 
  26.         {CLASS = TermBackground; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 
  27.         {
  28.             ACTIONS = {
  29.                 clearScrollback = id; 
  30.                 enterSelection = id; 
  31.                 find = id; 
  32.                 findNext = id; 
  33.                 findPrevious = id; 
  34.                 inspector = id; 
  35.                 pageLayout = id; 
  36.                 printDocument = id; 
  37.                 printScrollbackBuffer = id; 
  38.                 printSelectedRange = id; 
  39.                 printVisibleRange = id; 
  40.                 quickTitle = id; 
  41.                 refreshTitle = id; 
  42.                 returnToDefaultSize = id; 
  43.                 sendBreak = id; 
  44.                 sendHardReset = id; 
  45.                 sendReset = id; 
  46.             }; 
  47.             CLASS = TermController; 
  48.             LANGUAGE = ObjC; 
  49.             OUTLETS = {
  50.                 accessoryView = NSView; 
  51.                 printSelectedRangeMatrixCell = NSCell; 
  52.                 termBackground = TermBackground; 
  53.                 termView = TermView; 
  54.             }; 
  55.             SUPERCLASS = NSWindowController; 
  56.         }, 
  57.         {
  58.             CLASS = TermSubview; 
  59.             LANGUAGE = ObjC; 
  60.             OUTLETS = {controller = TermController; termView = TermView; }; 
  61.             SUPERCLASS = OpaqueView; 
  62.         }, 
  63.         {
  64.             ACTIONS = {
  65.                 jumpToSelection = id; 
  66.                 lineDown = id; 
  67.                 lineUp = id; 
  68.                 pageDown = id; 
  69.                 pageUp = id; 
  70.                 positionFrom = id; 
  71.                 scrollBottom = id; 
  72.                 scrollTop = id; 
  73.                 selectAll = id; 
  74.             }; 
  75.             CLASS = TermView; 
  76.             LANGUAGE = ObjC; 
  77.             OUTLETS = {
  78.                 controller = TermController; 
  79.                 mainScroller = NSScroller; 
  80.                 mainSubview = TermSubview; 
  81.                 scrollScroller = NSScroller; 
  82.                 scrollSubview = ScrollSubview; 
  83.                 superviewOfScrollSubview = OpaqueView; 
  84.             }; 
  85.             SUPERCLASS = OpaqueView; 
  86.         }
  87.     ); 
  88.     IBVersion = 1; 
  89. }