diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-03-27 11:35:58 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-03-27 11:35:58 (GMT) |
commit | 1586f24df4f4eb3061152394a8def5122d310c26 (patch) | |
tree | d4116ef6a4c8db9adbdca6d52cd507517b4986d7 /ChangeLog | |
parent | cef1c8b907787fd4bcb76f01f30e8fbaa3a07e28 (diff) | |
parent | 809ec0496c2a00c87e89bfbe1841d10c80fb4fb5 (diff) | |
download | tk-1586f24df4f4eb3061152394a8def5122d310c26.zip tk-1586f24df4f4eb3061152394a8def5122d310c26.tar.gz tk-1586f24df4f4eb3061152394a8def5122d310c26.tar.bz2 |
[Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.
Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2013-03-27 Jan Nijtmans <nijtmans@users.sf.net> + + * library/button.tcl: [Bug 3608074]: Add <<Invoke>> bindings to + * library/listbox.tcl: Button's, Listbox and Menu. + * library/menu.tcl: + * doc/event.n: Document <<Invoke>>, <<ThemeChanged>>, + * doc/ttk_panedwindow.n: <<EnteredChild>> (ttk_pandedwindow only) and + * doc/ttk_spinbox.n: <<Increment/Decrement>> (ttk_spinbox only) + 2013-03-22 Don Porter <dgp@users.sourceforge.net> * generic/tkWindow.c: Updates so that Tk 8.5.14+ will be able to |