home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextApps / Edit.app / German.lproj / GlobalPreferences.nib / data.classes next >
Text File  |  1992-07-03  |  446b  |  35 lines

  1. Preferences = {
  2.     ACTIONS = {
  3.     ok:;
  4.     performClick:;
  5.     changeOptionMode:;
  6.     revert:;
  7.     };
  8.     OUTLETS = {
  9.     revert;
  10.     ok;
  11.     win;
  12.     optionsButton;
  13.     optionView;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. GlobalPreferences = {
  18.     ACTIONS = {
  19.     newFont:;
  20.     };
  21.     OUTLETS = {
  22.     writeableButton;
  23.     saveMatrix;
  24.     keyBindings;
  25.     sizeForm;
  26.     };
  27.     SUPERCLASS = Preferences;
  28. };
  29. FirstResponder = {
  30.     ACTIONS = {
  31.     performResize:;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.