home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 3.3J / os33j.iso / usr / lib / NextStep / Workspace.app / WM.app / processes.bundle / Japanese.lproj / SimpleBGProcess.nib / data.classes next >
Encoding:
Text File  |  1995-02-07  |  506 b   |  17 lines

  1. PieChart = {SUPERCLASS = View; };
  2. WMPathField = {SUPERCLASS = View; };
  3. BGProcess = {
  4.     ACTIONS = {
  5.     "activateProcess:" = "activateProcess:"; 
  6.     "deactivateProcess:" = "deactivateProcess:"; 
  7.     }; 
  8.     OUTLETS = {window = window; }; 
  9.     SUPERCLASS = Object; 
  10. };
  11. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  12. SimpleBGProcess = {
  13.     ACTIONS = {"abort:" = "abort:"; }; 
  14.     OUTLETS = {button = button; currentField = currentField; simpleWindow = simpleWindow; }; 
  15.     SUPERCLASS = BGProcess; 
  16. };
  17.