home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Librarian.app / French.lproj / Find.nib / data.classes next >
Text File  |  1992-06-05  |  232b  |  19 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Find = {
  7.     ACTIONS = {
  8.     enterSelection:;
  9.     findPrevious:;
  10.     findNext:;
  11.     showPanel:;
  12.     };
  13.     OUTLETS = {
  14.     searchStr;
  15.     panel;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19.