home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / AppKit / Yap / English.lproj / Yap.nib / data.classes next >
Encoding:
Text File  |  1992-01-24  |  725 b   |  51 lines

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