home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Mail.app / English.lproj / find.nib / data.classes next >
Encoding:
Text File  |  1994-05-11  |  451 b   |  35 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     backwardFind:;
  4.     replaceFind:;
  5.     orderFrontNXColorPanel:;
  6.     regExpr:;
  7.     replace:;
  8.     ignoreCase:;
  9.     find:;
  10.     all:;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FindPanel = {
  15.     ACTIONS = {
  16.     findReturn:;
  17.     };
  18.     OUTLETS = {
  19.     findButton;
  20.     allMatrix;
  21.     ignoreCase;
  22.     ftext;
  23.     allButton;
  24.     findReplaceButton;
  25.     allBox;
  26.     replaceButton;
  27.     replaceWithField;
  28.     backFindButton;
  29.     regExpr;
  30.     findWindow;
  31.     errmsg;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.