diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-10 11:44:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-10 11:44:07 (GMT) |
commit | 0d54be6e29356f01f197446938049eb23cbd3e4e (patch) | |
tree | c7d6d1be3e5bba45be66f481b18525de2575b171 /ChangeLog | |
parent | 816778db29c1ad9bf60000062be3e1bb23e6efb4 (diff) | |
download | tk-0d54be6e29356f01f197446938049eb23cbd3e4e.zip tk-0d54be6e29356f01f197446938049eb23cbd3e4e.tar.gz tk-0d54be6e29356f01f197446938049eb23cbd3e4e.tar.bz2 |
Added demo of ttk::scale widget.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,9 +1,13 @@ +2009-12-10 Donal K. Fellows <dkf@users.sf.net> + + * library/demos/ttkscale.tcl: Added demo of [ttk::scale] widget. + 2009-12-09 Andreas Kupries <andreask@activestate.com> - * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access - to the cleanupHook of the safe base. The code used the old - internal commands which have been removed since 2009-12-09. See - Tcl's ChangeLog. + * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access to + the cleanupHook of the safe base. The code used the old internal + commands which have been removed since 2009-12-09. See Tcl's + ChangeLog. 2009-12-09 Donal K. Fellows <dkf@users.sf.net> |