home *** CD-ROM | disk | FTP | other *** search
- MathModule = {
- ACTIONS = {
- shiftIt:;
- halve:;
- maximize:;
- absIt:;
- double:;
- multiplyIt:;
- reverseIt:;
- invertIt:;
- showMultiplyPanel:;
- showShiftPanel:;
- };
- OUTLETS = {
- percentChangeField;
- multiplyPanel;
- percentChangeScroller;
- shiftSliderValue;
- shiftPanel;
- };
- SUPERCLASS = Module;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Module = {
- ACTIONS = {
- };
- OUTLETS = {
- TheModuleController;
- TheModuleMenuNode;
- };
- SUPERCLASS = Object;
- };
-