home *** CD-ROM | disk | FTP | other *** search
- SimpleBGProcess = {
- ACTIONS = {"abort:" = "abort:"; };
- OUTLETS = {button = button; currentField = currentField; simpleWindow = simpleWindow; };
- SUPERCLASS = BGProcess;
- };
- WMPathField = {SUPERCLASS = View; };
- BGProcess = {
- ACTIONS = {
- "activateProcess:" = "activateProcess:";
- "deactivateProcess:" = "deactivateProcess:";
- };
- OUTLETS = {window = window; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- PieChart = {SUPERCLASS = View; };
-