home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Edit.app / Spanish.lproj / CPreferences.nib / data.classes next >
Encoding:
Text File  |  1996-01-03  |  398 b   |  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.     changeOptionMode:;
  21.     revert:;
  22.     };
  23.     OUTLETS = {
  24.     revert;
  25.     ok;
  26.     win;
  27.     optionsButton;
  28.     optionView;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.