home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Edit.app / English.lproj / TextPreferences.nib / data.classes next >
Text File  |  1993-07-20  |  430b  |  33 lines

  1. TextPreferences = {
  2.     OUTLETS = {
  3.     blankStructMatrix;
  4.     alignForm;
  5.     structForm;
  6.     autoIndentMatrix;
  7.     modesText;
  8.     };
  9.     SUPERCLASS = Preferences;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     performResize:;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. Preferences = {
  18.     ACTIONS = {
  19.     ok:;
  20.     performClick:;
  21.     revert:;
  22.     changeOptionMode:;
  23.     };
  24.     OUTLETS = {
  25.     revert;
  26.     win;
  27.     optionsButton;
  28.     ok;
  29.     optionView;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33.