diff options
author | joye <joye> | 2014-04-16 20:16:32 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-16 20:16:32 (GMT) |
commit | 7c708cc37a25c6da17a401dc75ecc09c3776ae8e (patch) | |
tree | 4d0fe7e07a084d6dba8491164f05a1eae8f59c3f /src/bltGrAxisOp.h | |
parent | cdde867c45b792ff12329e3dfea8c0ef81331b81 (diff) | |
download | blt-7c708cc37a25c6da17a401dc75ecc09c3776ae8e.zip blt-7c708cc37a25c6da17a401dc75ecc09c3776ae8e.tar.gz blt-7c708cc37a25c6da17a401dc75ecc09c3776ae8e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrAxisOp.h')
-rw-r--r-- | src/bltGrAxisOp.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/bltGrAxisOp.h b/src/bltGrAxisOp.h index aa5e80b..8d8970d 100644 --- a/src/bltGrAxisOp.h +++ b/src/bltGrAxisOp.h @@ -36,19 +36,18 @@ extern int Blt_AxisOp(Graph* graphPtr, Tcl_Interp* interp, extern Tcl_FreeProc FreeAxis; extern int GetAxisFromObj(Tcl_Interp* interp, Graph* graphPtr, Tcl_Obj *objPtr, Axis **axisPtrPtr); +extern Point2d Blt_InvMap2D(Graph* graphPtr, double x, double y, + Axis2d *pairPtr); +extern Point2d Blt_Map2D(Graph* graphPtr, double x, double y, + Axis2d *pairPtr); extern void Blt_AdjustAxisPointers(Graph* graphPtr); extern void Blt_DrawAxisLimits(Graph* graphPtr, Drawable drawable); extern void Blt_DrawGrids(Graph* graphPtr, Drawable drawable); extern void Blt_UpdateAxisBackgrounds(Graph* graphPtr); -extern void Blt_AxesToPostScript(Graph* graphPtr, Blt_Ps ps); extern void Blt_AxisLimitsToPostScript(Graph* graphPtr, Blt_Ps ps); extern void Blt_GridsToPostScript(Graph* graphPtr, Blt_Ps ps); extern Axis *Blt_GetFirstAxis(Blt_Chain chain); extern Axis *Blt_NearestAxis(Graph* graphPtr, int x, int y); -extern Point2d Blt_InvMap2D(Graph* graphPtr, double x, double y, - Axis2d *pairPtr); -extern Point2d Blt_Map2D(Graph* graphPtr, double x, double y, - Axis2d *pairPtr); #endif |