summaryrefslogtreecommitdiffstats
path: root/doc/listbox.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/listbox.n')
-rw-r--r--doc/listbox.n6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/listbox.n b/doc/listbox.n
index 850d474..8c6e820 100644
--- a/doc/listbox.n
+++ b/doc/listbox.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: listbox.n,v 1.3 1999/11/19 15:48:18 ericm Exp $
+'\" RCS: @(#) $Id: listbox.n,v 1.4 1999/12/16 21:57:12 hobbs Exp $
'\"
.so man.macros
.TH listbox n 8.0 Tk "Tk Built-In Commands"
@@ -433,6 +433,10 @@ 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.
+.PP
In addition to the above behavior, the following additional behavior
is defined by the default bindings:
.IP [1]