summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-08 21:56:35 (GMT)
committerjoye <joye>2014-04-08 21:56:35 (GMT)
commite8716d381eb9bf6a1ef0c38d258d1529d077ab9e (patch)
tree43c0efdba1a50d9d85d7ba631d32ed91333750eb /src/bltGrLegd.h
parenteabc8450aa51d8259746846c1f1b30eee6dbc646 (diff)
downloadblt-e8716d381eb9bf6a1ef0c38d258d1529d077ab9e.zip
blt-e8716d381eb9bf6a1ef0c38d258d1529d077ab9e.tar.gz
blt-e8716d381eb9bf6a1ef0c38d258d1529d077ab9e.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r--src/bltGrLegd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h
index c050a65..cdd4a5f 100644
--- a/src/bltGrLegd.h
+++ b/src/bltGrLegd.h
@@ -154,10 +154,10 @@ class Legend {
virtual ~Legend();
void configure();
+ void map(int, int);
};
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,
Tcl_Obj* const objv[]);
extern int Blt_Legend_Site(Graph *graphPtr);