home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Terminal.app / German.lproj / Find.nib / data.classes next >
Text File  |  1992-07-01  |  311b  |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     backwardFind:;
  4.     replaceFind:;
  5.     regExpr:;
  6.     replace:;
  7.     ignoreCase:;
  8.     find:;
  9.     all:;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FindPanel = {
  14.     ACTIONS = {
  15.     enterSelection:;
  16.     findPanel:;
  17.     findPrevious:;
  18.     findNext:;
  19.     };
  20.     OUTLETS = {
  21.     findPanel;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.