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

  1. CPreferences = {
  2.     OUTLETS = {
  3.     tagsPath;
  4.     levelMatrix1;
  5.     scroll;
  6.     levelMatrix2;
  7.     includePath;
  8.     };
  9.     SUPERCLASS = Preferences;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. Preferences = {
  17.     ACTIONS = {
  18.     ok:;
  19.     performClick:;
  20.     revert:;
  21.     changeOptionMode:;
  22.     };
  23.     OUTLETS = {
  24.     revert;
  25.     win;
  26.     optionsButton;
  27.     ok;
  28.     optionView;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.