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

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