diff options
author | fvogel <fvogelnew1@free.fr> | 2015-12-30 22:07:25 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-12-30 22:07:25 (GMT) |
commit | eaa2bc5a17aaa0d49db3353dff3d73e09169394a (patch) | |
tree | 68708ba015126d246d37ff11db06016f4733180a /doc | |
parent | 1a7d3ba3cabd12bbfac8cf8a06c1cc2b755ce3dc (diff) | |
download | tk-eaa2bc5a17aaa0d49db3353dff3d73e09169394a.zip tk-eaa2bc5a17aaa0d49db3353dff3d73e09169394a.tar.gz tk-eaa2bc5a17aaa0d49db3353dff3d73e09169394a.tar.bz2 |
Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledbug_1288433fff
Diffstat (limited to 'doc')
-rw-r--r-- | doc/listbox.n | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/listbox.n b/doc/listbox.n index 642e1f0..aecc8e2 100644 --- a/doc/listbox.n +++ b/doc/listbox.n @@ -431,9 +431,12 @@ Most people will probably want to use \fBbrowse\fR mode for single selections and \fBextended\fR mode for multiple selections; the other modes appear to be useful only in special situations. .PP -Any time the selection changes in the listbox, the virtual event -\fB<<ListboxSelect>>\fR will be generated. It is easiest to bind -to this event to be made aware of any changes to listbox selection. +Any time the set of selected item(s) in the listbox is updated by the +user through the keyboard or mouse, the virtual event +\fB<<ListboxSelect>>\fR will be generated. This virtual event will not +be generated when adjusting the selection with the \fIpathName +\fBselection\fR command. It is easiest to bind to this event to be +made aware of any user changes to listbox selection. .PP In addition to the above behavior, the following additional behavior is defined by the default bindings: |