home *** CD-ROM | disk | FTP | other *** search
- ThreeDPane = {
- SUPERCLASS = Pane;
- };
- Inspector = {
- ACTIONS = {
- showGeneralPane:;
- showAxesPane:;
- showNoPane:;
- doPlot:;
- showThreeDPane:;
- showDataPane:;
- windowDidUpdate:;
- };
- OUTLETS = {
- noView;
- generalView;
- dataPane;
- gnuplotPlot;
- noPane;
- status;
- axesView;
- plotButton;
- threeDView;
- stringSet;
- threeDPane;
- currentView;
- buttonMatrix;
- currentPane;
- axesPane;
- window;
- dataView;
- generalPane;
- };
- SUPERCLASS = Object;
- };
- NoPane = {
- SUPERCLASS = Pane;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- GeneralPane = {
- SUPERCLASS = Pane;
- };
- DataPane = {
- SUPERCLASS = Pane;
- };
- Pane = {
- OUTLETS = {
- doc;
- window;
- view;
- status;
- };
- SUPERCLASS = Object;
- };
- CellScrollView = {
- SUPERCLASS = ScrollView;
- };
- AxesPane = {
- SUPERCLASS = Pane;
- };
-