home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Webster.app / English.lproj / Webster.nib / data.classes next >
Text File  |  1993-01-28  |  544b  |  46 lines

  1. QueryField = {
  2.     ACTIONS = {
  3.     prevQ:;
  4.     nextQ:;
  5.     };
  6.     SUPERCLASS = TextField;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Webster = {
  14.     ACTIONS = {
  15.     print:;
  16.     help:;
  17.     open:;
  18.     search:;
  19.     findPanel:;
  20.     nextEntry:;
  21.     word:;
  22.     quit:;
  23.     pronunciation:;
  24.     dictionary:;
  25.     prevEntry:;
  26.     thesaurus:;
  27.     info:;
  28.     preferences:;
  29.     contents:;
  30.     pageLayout:;
  31.     enterSelection:;
  32.     };
  33.     OUTLETS = {
  34.     dButton;
  35.     queryButton;
  36.     prevQ;
  37.     websterView;
  38.     tButton;
  39.     websterWindow;
  40.     find;
  41.     nextQ;
  42.     query;
  43.     };
  44.     SUPERCLASS = Application;
  45. };
  46.