diff options
author | joye <joye> | 2014-04-10 14:48:25 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-10 14:48:25 (GMT) |
commit | b69de12f57ecf58f1371b123d8063f59b81b5776 (patch) | |
tree | 1e68438bf8235f4ec3af271653430fe2ff1a77cd /src | |
parent | ec1d8a9f5f36aa09b955f2de840c28ca11f36e5b (diff) | |
download | blt-b69de12f57ecf58f1371b123d8063f59b81b5776.zip blt-b69de12f57ecf58f1371b123d8063f59b81b5776.tar.gz blt-b69de12f57ecf58f1371b123d8063f59b81b5776.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/bltGrLegd.h | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h index cef2ca6..3beb4e6 100644 --- a/src/bltGrLegd.h +++ b/src/bltGrLegd.h @@ -110,38 +110,32 @@ class Legend { Tk_OptionTable optionTable_; void* ops_; + int width_; + int height_; + int x_; + int y_; + GC focusGC_; + Tcl_HashTable selectTable_; + public: Graph* graphPtr_; + unsigned int flags; int nEntries_; int nColumns_; int nRows_; - int width_; - int height_; int entryWidth_; int entryHeight_; - int x_; - int y_; - int maxSymSize_; Blt_BindTable bindTable_; - GC focusGC_; - int focus_; - int cursorX_; - int cursorY_; - short int cursorWidth_; - short int cursorHeight_; Element *focusPtr_; Element *selAnchorPtr_; Element *selMarkPtr_; Element *selFirstPtr_; Element *selLastPtr_; - Tcl_HashTable selectTable_; Blt_Chain selected_; unsigned int titleWidth_; unsigned int titleHeight_; - unsigned int flags; - protected: void setOrigin(); Element* getNextRow(Element*); |