diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-01 15:34:23 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-01 15:34:23 (GMT) |
commit | 1ed5704ca8775530ac5ef1ca6d648a4029112823 (patch) | |
tree | b7d15a510acb56835dde346dca064c75f8284acf /ChangeLog | |
parent | 6554e94184299faab586db5a555ecf119365b845 (diff) | |
download | tk-1ed5704ca8775530ac5ef1ca6d648a4029112823.zip tk-1ed5704ca8775530ac5ef1ca6d648a4029112823.tar.gz tk-1ed5704ca8775530ac5ef1ca6d648a4029112823.tar.bz2 |
Implemented the themed spinbox widget ttk::spinbox.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2008-11-01 Pat Thoyts <patthoyts@users.sourceforge.net> + + * generic/ttk/ttkEntry.c: Implemented the themed spinbox + * library/ttk/altTheme.tcl: widget. + * library/ttk/clamTheme.tcl: + * library/ttk/classicTheme.tcl: + * library/ttk/defaults.tcl: + * library/ttk/entry.tcl: + * library/ttk/ttk.tcl: + * library/ttk/winTheme.tcl: + * library/ttk/xpTheme.tcl: + * library/ttk/spinbox.tcl: + * win/ttkWinTheme.c: + * win/ttkWinXPTheme.c: + * doc/ttk_spinbox.n: + * tests/ttk/spinbox.test: + 2008-10-31 Joe English <jenglish@users.sourceforge.net> * generic/widget.c: Temporary workaround for [Bug 2207435] |