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 / English.lproj / CompressorProcessUI.nib / data.classes next >
Text File  |  1995-11-03  |  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. BGProcess = {
  14.     ACTIONS = {
  15.     activateProcess:;
  16.     deactivateProcess:;
  17.     };
  18.     OUTLETS = {
  19.     window;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.