home *** CD-ROM | disk | FTP | other *** search
- HDrawApp = {
- ACTIONS = {
- new:;
- orderFrontTupleInsp:;
- legal:;
- openTupleAsText:;
- openTuple:;
- open:;
- };
- OUTLETS = {
- inspectTuple;
- inspectPlot;
- theNewInspector;
- inspectCut;
- inspectData;
- inspectAxes;
- inspectFunc;
- inspectStat;
- legalPanel;
- };
- SUPERCLASS = DrawApp;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DrawApp = {
- ACTIONS = {
- orderFrontInspectorPanel:;
- info:;
- terminate:;
- new:;
- open:;
- setCurrentGraphic:;
- };
- OUTLETS = {
- currentGraphic;
- };
- SUPERCLASS = Object;
- };
-