home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / compression.bundle / Italian.lproj / CompressorProcessUI.nib / data.classes next >
Text File  |  1992-06-21  |  357b  |  28 lines

  1. CompressorProcess = {
  2.     ACTIONS = {
  3.     abort:;
  4.     pause:;
  5.     };
  6.     OUTLETS = {
  7.     opField;
  8.     compWindow;
  9.     buttons;
  10.     };
  11.     SUPERCLASS = BGProcess;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. BGProcess = {
  19.     ACTIONS = {
  20.     activateProcess:;
  21.     deactivateProcess:;
  22.     };
  23.     OUTLETS = {
  24.     window;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.