summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegd.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-08 22:19:45 (GMT)
committerjoye <joye>2014-04-08 22:19:45 (GMT)
commit457cab855a600784b092d47e795812329cf5fdd8 (patch)
tree2317d8aed21db390025d3b6536476b6318325fef /src/bltGrLegd.h
parent928fcad06c562bd8731e83c1fc2d6433e42b28e2 (diff)
downloadblt-457cab855a600784b092d47e795812329cf5fdd8.zip
blt-457cab855a600784b092d47e795812329cf5fdd8.tar.gz
blt-457cab855a600784b092d47e795812329cf5fdd8.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r--src/bltGrLegd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h
index df3c976..461f10e 100644
--- a/src/bltGrLegd.h
+++ b/src/bltGrLegd.h
@@ -156,13 +156,13 @@ class Legend {
void configure();
void map(int, int);
void draw(Drawable drawable);
+ int width() {return width_;}
+ int height() {return height_;}
};
extern int Blt_LegendOp(Graph *graphPtr, Tcl_Interp* interp, int objc,
Tcl_Obj* const objv[]);
extern int Blt_Legend_Site(Graph *graphPtr);
-extern int Blt_Legend_Width(Graph *graphPtr);
-extern int Blt_Legend_Height(Graph *graphPtr);
extern int Blt_Legend_IsHidden(Graph *graphPtr);
extern int Blt_Legend_IsRaised(Graph *graphPtr);
extern int Blt_Legend_X(Graph *graphPtr);