diff options
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r-- | src/bltGraph.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h index a7397b4..9ba8640 100644 --- a/src/bltGraph.h +++ b/src/bltGraph.h @@ -206,6 +206,11 @@ class Graph { void printElements(Blt_Ps); void printActiveElements(Blt_Ps); + void destroyAxes(); + void configureAxes(); + void mapAxes(); + void drawAxes(Drawable); + public: Graph(ClientData clientData, Tcl_Interp*interp, int objc, Tcl_Obj* const objv[], ClassId classId); @@ -221,6 +226,8 @@ class Graph { void enableCrosshairs(); void disableCrosshairs(); + + void resetAxes(); }; extern void Blt_ReconfigureGraph(Graph* graphPtr); |