diff options
author | fvogel <fvogelnew1@free.fr> | 2016-01-06 20:18:16 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-01-06 20:18:16 (GMT) |
commit | cdd92760dc29a1f4a20a34f60619873dd7788d65 (patch) | |
tree | 5abf52f710dbb9d872e57fa6a20423809cb62858 /doc | |
parent | 2dc0cc36f2f7a598c431be691a23a4d2898fa15e (diff) | |
parent | a596227ea0c8011ae343a0bb4b438e6bd12ed03b (diff) | |
download | tk-cdd92760dc29a1f4a20a34f60619873dd7788d65.zip tk-cdd92760dc29a1f4a20a34f60619873dd7788d65.tar.gz tk-cdd92760dc29a1f4a20a34f60619873dd7788d65.tar.bz2 |
Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabled
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 2c80627..9f34b5e 100644 --- a/doc/listbox.n +++ b/doc/listbox.n @@ -468,9 +468,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: |