diff options
author | jenglish <jenglish@flightlab.com> | 2007-10-15 15:03:40 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-10-15 15:03:40 (GMT) |
commit | 410da9d556a7306f0b2bea77db33c15a7375c315 (patch) | |
tree | 3b6a11da974ad354ed48318afb741c497b082331 /ChangeLog | |
parent | efc99bc15db0e9e7a9b41476cff1119112348d7b (diff) | |
download | tk-410da9d556a7306f0b2bea77db33c15a7375c315.zip tk-410da9d556a7306f0b2bea77db33c15a7375c315.tar.gz tk-410da9d556a7306f0b2bea77db33c15a7375c315.tar.bz2 |
generic/ttk/ttkTreeview.c: Store pointer to column table entry
instead of column index in columnNames hash table.
This avoids the need for the evil PTR2INT and INT2PTR macros,
and simplifies things a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-10-15 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkTreeview.c: Store pointer to column + table entry instead of column index in columnNames hash table. + This avoids the need for the evil PTR2INT and INT2PTR macros, + and simplifies things a bit. + 2007-10-15 Daniel Steffen <das@users.sourceforge.net> * generic/tkArgv.c: Fix gcc warnings about 'cast to/from |