home *** CD-ROM | disk | FTP | other *** search
- MathGraphPalette = {
- SUPERCLASS = IBPalette;
- };
- MathGraph = {
- ACTIONS = {
- copyToPasteboard:;
- printGraph:;
- plot:;
- makeEPSFile:;
- };
- OUTLETS = {
- xIncValue;
- matrixData;
- xStopValue;
- mathOutput;
- mathInput;
- xStartValue;
- tableData;
- functionOutput;
- functionInput;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-