diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 11:35:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 11:35:58 (GMT) |
commit | 623e14f24bd8f2e4a3c50c19385c567da5334383 (patch) | |
tree | d4116ef6a4c8db9adbdca6d52cd507517b4986d7 /ChangeLog | |
parent | 059ee065f61cc5ce712469c5c296050b36995f2e (diff) | |
parent | dcb480050fc50f13fb1fbdfe617130f1b3258d6a (diff) | |
download | tk-623e14f24bd8f2e4a3c50c19385c567da5334383.zip tk-623e14f24bd8f2e4a3c50c19385c567da5334383.tar.gz tk-623e14f24bd8f2e4a3c50c19385c567da5334383.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 |