home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / InterfaceBuilder.app / Resources / EditorName.plist < prev    next >
Encoding:
Text File  |  1996-09-17  |  346 b   |  14 lines

  1. /* Object class -> Editor class */
  2.  
  3. {
  4.     NSBox = IBBoxEditor; 
  5.     NSForm = IBFormEditor; 
  6.     NSMatrix = IBMatrixEditor; 
  7.     NSMenuCell = IBMenuItemEditor; 
  8.     NSMenuItem = IBMenuItemEditor; 
  9.     NSPopUpButton = IBPopUpButtonEditor; 
  10.     NSTableView = IBTableViewEditor; 
  11.     NSView = IBViewEditor; 
  12.     NSWindowTemplate = IBWindowEditor; 
  13. }
  14.