diff options
author | dgp <dgp@users.sourceforge.net> | 2016-01-20 19:23:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-01-20 19:23:46 (GMT) |
commit | 0176b08225a47e5f21586757e0efb9cfe8609fa7 (patch) | |
tree | 91673cb7b0c95cde596fc08edc9971ecc7a519de /doc/listbox.n | |
parent | 6c0187f324138cc7e5f7aeaafa9718bd32e536c4 (diff) | |
parent | bbcec99c56690c05359f41e55c6dd7f3461c9aee (diff) | |
download | tk-0176b08225a47e5f21586757e0efb9cfe8609fa7.zip tk-0176b08225a47e5f21586757e0efb9cfe8609fa7.tar.gz tk-0176b08225a47e5f21586757e0efb9cfe8609fa7.tar.bz2 |
merge 8.5
Diffstat (limited to 'doc/listbox.n')
-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: |