diff options
author | joye <joye> | 2014-04-08 21:48:55 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-08 21:48:55 (GMT) |
commit | eabc8450aa51d8259746846c1f1b30eee6dbc646 (patch) | |
tree | 9ef9441f82f306498dfa385ce605f53a30ac0d53 /src/bltGrLegd.h | |
parent | ceaa7ae515670db5572d5729337d75aaf915e1a1 (diff) | |
download | blt-eabc8450aa51d8259746846c1f1b30eee6dbc646.zip blt-eabc8450aa51d8259746846c1f1b30eee6dbc646.tar.gz blt-eabc8450aa51d8259746846c1f1b30eee6dbc646.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrLegd.h')
-rw-r--r-- | src/bltGrLegd.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h index 5951027..c050a65 100644 --- a/src/bltGrLegd.h +++ b/src/bltGrLegd.h @@ -116,7 +116,6 @@ class Legend { Tk_OptionTable optionTable_; void* ops_; - unsigned int flags; int nEntries_; int nColumns_; int nRows_; @@ -142,10 +141,13 @@ class Legend { Element *selMarkPtr_; Element *selFirstPtr_; Element *selLastPtr_; - Tcl_HashTable selectTable; - Blt_Chain selected; - unsigned int titleWidth; - unsigned int titleHeight; + Tcl_HashTable selectTable_; + Blt_Chain selected_; + unsigned int titleWidth_; + unsigned int titleHeight_; + + public: + unsigned int flags; public: Legend(Graph*); |