home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / usr / lib / NextStep / Workspace.app / WM.app / processes.bundle / Swedish.lproj / DiskProcessUI.nib / data.classes next >
Encoding:
Text File  |  1992-07-14  |  347 b   |  27 lines

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