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