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

  1. Options = {
  2.     ACTIONS = {
  3.     changeView:;
  4.     revert:;
  5.     ok:;
  6.     };
  7.     OUTLETS = {
  8.     text;
  9.     textView;
  10.     optionView;
  11.     window;
  12.     form;
  13.     matrix;
  14.     ok;
  15.     popup;
  16.     menuCell;
  17.     scroll;
  18.     cancel;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. FirstResponder = {
  23.     ACTIONS = {
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. SendOptions = {
  28.     ACTIONS = {
  29.     checkEncrypt:;
  30.     doUpdate:;
  31.     changeView:;
  32.     revert:;
  33.     };
  34.     OUTLETS = {
  35.     featureList;
  36.     fieldView;
  37.     needsUpdate;
  38.     window;
  39.     fieldPopUp;
  40.     archiveButton;
  41.     fieldType;
  42.     ok;
  43.     revert;
  44.     replyView;
  45.     curSendWindow;
  46.     };
  47.     SUPERCLASS = Object;
  48. };
  49. EnvelopeWell = {
  50.     SUPERCLASS = View;
  51. };
  52. EditText = {
  53.     SUPERCLASS = Text;
  54. };
  55.