home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- GraphApp = {
- OUTLETS = {
- threeDPanel;
- };
- SUPERCLASS = Object;
- };
- ThreeDPanel = {
- ACTIONS = {
- changeZoom:;
- changeBackgroundColor:;
- changeShading:;
- changeSurfaceColor:;
- };
- OUTLETS = {
- zoomSlider;
- shadingButtons;
- backgroundColorWell;
- surfaceColorWell;
- };
- SUPERCLASS = Panel;
- };
-