home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / Yap / English.lproj / Yap-winnt.nib / data.classes next >
Encoding:
Text File  |  1996-05-02  |  1.3 KB  |  48 lines

  1. "Preferences" = {
  2.     ACTIONS = {
  3.         "changePlainTextFont:" = id; 
  4.         "changeRichTextFont:" = id; 
  5.         "miscChanged:" = id; 
  6.         "ok:" = id; 
  7.         "revert:" = id; 
  8.         "revertToDefault:" = id; 
  9.         "showPanel:" = id; 
  10.     }; 
  11.     OUTLETS = {
  12.         deleteBackupMatrix = id; 
  13.         plainTextEncodingPopup = id; 
  14.         plainTextFontNameField = id; 
  15.         richTextFontNameField = id; 
  16.         richTextMatrix = id; 
  17.         saveFilesWritableButton = id; 
  18.         showPageBreaksButton = id; 
  19.         windowHeightField = id; 
  20.         windowWidthField = id; 
  21.     }; 
  22.     SUPERCLASS = NSObject; 
  23. };
  24. "Controller" = {
  25.     ACTIONS = {"createNew:" = id; "open:" = id; "saveAll:" = id; "showInfoPanel:" = id; }; 
  26.     OUTLETS = {infoPanel = id; outputView = id; scrollView = id; }; 
  27.     SUPERCLASS = NSObject; 
  28. };
  29. "YapOutput" = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NSView; };
  30. "FirstResponder" = {
  31.     ACTIONS = {
  32.         "close:" = id; 
  33.         "enterSelection:" = id; 
  34.         "execute:" = id; 
  35.         "findNext:" = id; 
  36.         "findPrevious:" = id; 
  37.         "jumpToSelection:" = id; 
  38.         "orderFrontFindPanel:" = id; 
  39.         "printDocument:" = id; 
  40.         "revert:" = id; 
  41.         "save:" = id; 
  42.         "saveAs:" = id; 
  43.         "saveTo:" = id; 
  44.     }; 
  45.     CATEGORY = LocalActions; 
  46.     OUTLETS = {}; 
  47. };
  48.