home *** CD-ROM | disk | FTP | other *** search
- AquariumView = {
- ACTIONS = {
- changeDissolveFactor:;
- cancelPref:;
- changeFishNumber:;
- changeFishSpeed:;
- setPref:;
- inspector:;
- };
- OUTLETS = {
- bufferSwitch;
- colorWell;
- dissolveSlider;
- dissolveForm;
- fishSpeedSlider;
- fishNumberSlider;
- fishTypeMatrix;
- fxMatrix;
- fishList;
- fishSpeedForm;
- fishNumberForm;
- sharedInspectorPanel;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MyObject = {
- SUPERCLASS = Object;
- };
-