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 | 6b4003931a14f890e04b620d349878f3f09a3b4d (patch) | |
tree | d4116ef6a4c8db9adbdca6d52cd507517b4986d7 /doc/event.n | |
parent | 45bc4b8ed5e03bb50fa2d084bc505d27fadd5db7 (diff) | |
parent | 11459a5b8cef448ab00e3d558f47f6c408019784 (diff) | |
download | tk-6b4003931a14f890e04b620d349878f3f09a3b4d.zip tk-6b4003931a14f890e04b620d349878f3f09a3b4d.tar.gz tk-6b4003931a14f890e04b620d349878f3f09a3b4d.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 'doc/event.n')
-rw-r--r-- | doc/event.n | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/event.n b/doc/event.n index 69f336a..77d6f18 100644 --- a/doc/event.n +++ b/doc/event.n @@ -318,6 +318,10 @@ been pressed in combination with the Alt key. The usual response to this is to either focus into the widget (or some related widget) or to invoke the widget. .TP +\fB<<Invoke>>\fR +This can be sent to some widgets (e.g. button, listbox, menu) as an +alternative to <space>. +.TP \fB<<ListboxSelect>>\fR This is sent to a listbox when the set of selected item(s) in the listbox is updated. @@ -334,6 +338,9 @@ changed. This is sent to a text widget when the selection in the widget is changed. .TP +\fB<<ThemeChanged>>\fR +This is sent to a text widget when the ttk (Tile) theme changed. +.TP \fB<<TraverseIn>>\fR This is sent to a widget when the focus enters the widget because of a user-driven |