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 / Italian.lproj / DiskProcessUI.nib / data.classes next >
Text File  |  1994-09-25  |  427b  |  15 lines

  1. BGProcess = {
  2.     ACTIONS = {
  3.     "activateProcess:" = "activateProcess:"; 
  4.     "deactivateProcess:" = "deactivateProcess:"; 
  5.     }; 
  6.     OUTLETS = {window = window; }; 
  7.     SUPERCLASS = Object; 
  8. };
  9. DiskProcessUI = {
  10.     ACTIONS = {"abort:" = "abort:"; }; 
  11.     OUTLETS = {diskWindow = diskWindow; iconButton = iconButton; opField = opField; }; 
  12.     SUPERCLASS = BGProcess; 
  13. };
  14. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  15.