home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Yap / English.lproj / FindPanel.nib / data.classes next >
Encoding:
Text File  |  1992-01-24  |  349 b   |  25 lines

  1. ResponderText = {
  2.     SUPERCLASS = Text;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. FindPanel = {
  10.     ACTIONS = {
  11.     findNextReturn:;
  12.     enterSelection:;
  13.     makeKeyAndOrderFront:;
  14.     orderOut:;
  15.     findNext:;
  16.     findPrevious:;
  17.     };
  18.     OUTLETS = {
  19.     ignoreCaseButton;
  20.     findText;
  21.     findNextButton;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.