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

  1. Preferences = {
  2.     ACTIONS = {
  3.     ok:;
  4.     performClick:;
  5.     revert:;
  6.     changeOptionMode:;
  7.     };
  8.     OUTLETS = {
  9.     revert;
  10.     win;
  11.     optionsButton;
  12.     ok;
  13.     optionView;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. GlobalPreferences = {
  18.     ACTIONS = {
  19.     setAscii:;
  20.     newFont:;
  21.     setRtf:;
  22.     };
  23.     OUTLETS = {
  24.     asciiFontSize;
  25.     rtfFontSize;
  26.     mode;
  27.     start;
  28.     asciiFontName;
  29.     rtfFontName;
  30.     };
  31.     SUPERCLASS = Preferences;
  32. };
  33. FirstResponder = {
  34.     ACTIONS = {
  35.     performResize:;
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39.