home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / Yap.app / English.lproj / Yap.nib / data.classes next >
Text File  |  1992-03-05  |  725b  |  50 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     close:;
  4.     enterSelection:!)have:;
  5.     findPrevious:;
  6.     findNext:;
  7.     performResize:;
  8.     saveAs:;
  9.     execute:;
  10.     print:;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FindPanel = {
  15.     ACTIONS = {
  16.     findNextReturn:;
  17.     findNext:;
  18.     orderOut:;
  19.     enterSelection:;
  20.     makeKeyAndOrderFront:;
  21.     findPrevious:;
  22.     };
  23.     OUTLETS = {
  24.     ignoreCaseButton;
  25.     findText;
  26.     findNextButton;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. YapApp = {
  31.     ACTIONS = {
  32.     updatePreferencesPanel:;
  33.     showPrefs:;
  34.     showHelp:;
  35.     okPreferencesPanel:;
  36.     openDocument:;
  37.     newDocument:;
  38.     showInfo:;
  39.     };
  40.     OUTLETS = {
  41.     showCacheButton;
  42.     outputView;
  43.     clearCacheButton;
  44.     outputHeightField;
  45.     outputWindow;
  46.     outputWidthField;
  47.     };
  48.     SUPERCLASS = Application;
  49. };
  50.