home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / French.lproj / NoInspector.nib / data.classes next >
Text File  |  1992-06-05  |  346b  |  27 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. NoInspector = {
  7.     OUTLETS = {
  8.     text;
  9.     };
  10.     SUPERCLASS = Inspector;
  11. };
  12. Inspector = {
  13.     ACTIONS = {
  14.     deactivateInspector:;
  15.     ok:;
  16.     performClick:;
  17.     activateInspector:;
  18.     revert:;
  19.     };
  20.     OUTLETS = {
  21.     window;
  22.     okButton;
  23.     revertButton;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27.