home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / processes.bundle / German.lproj / DiskProcessUI.nib / data.classes next >
Text File  |  1992-07-14  |  347b  |  27 lines

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