diff options
author | joye <joye> | 2014-02-11 23:12:27 (GMT) |
---|---|---|
committer | joye <joye> | 2014-02-11 23:12:27 (GMT) |
commit | b6ceb4fad7349af3398c1d076221662aa05ede47 (patch) | |
tree | 165d3673aa88070507f87687029f99c96f3c87d1 /src/bltGrLegd.h | |
parent | 1b5777512ab2c4aed0ab186edfe36c86fb40590c (diff) | |
download | blt-b6ceb4fad7349af3398c1d076221662aa05ede47.zip blt-b6ceb4fad7349af3398c1d076221662aa05ede47.tar.gz blt-b6ceb4fad7349af3398c1d076221662aa05ede47.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r-- | src/bltGrLegd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h index 7dcb0df..d46f630 100644 --- a/src/bltGrLegd.h +++ b/src/bltGrLegd.h @@ -48,7 +48,11 @@ #define LEGEND_PLOTAREA_MASK (LEGEND_PLOT | LEGEND_XY) extern int Blt_CreateLegend(Graph *graphPtr); +extern int Blt_ConfigureObjLegend(Graph *graphPtr, + int objc, Tcl_Obj* const objv[]); +extern void Blt_DeleteLegend(Graph* graphPtr); extern void Blt_DestroyLegend(Graph *graphPtr); + extern void Blt_DrawLegend(Graph *graphPtr, Drawable drawable); extern void Blt_MapLegend(Graph *graphPtr, int width, int height); extern int Blt_LegendOp(Graph *graphPtr, Tcl_Interp *interp, int objc, |