summaryrefslogtreecommitdiffstats
path: root/doc/listbox.n
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-16 21:57:11 (GMT)
committerhobbs <hobbs>1999-12-16 21:57:11 (GMT)
commit806f3e8e5f86a8eec2a7b052e173b98fc6ecf928 (patch)
tree4ec8889c4a11b7f1a85efa4bec076b0b115acea2 /doc/listbox.n
parentf9c069c0d54eedc723d6967645d9048ab0cf5345 (diff)
downloadtk-806f3e8e5f86a8eec2a7b052e173b98fc6ecf928.zip
tk-806f3e8e5f86a8eec2a7b052e173b98fc6ecf928.tar.gz
tk-806f3e8e5f86a8eec2a7b052e173b98fc6ecf928.tar.bz2
* doc/GetCursor.3:
* win/tkWinCursor.c: added support for Windows cursors to TkGetCursorByName (.ani, .cur) using -cursor @<filename> (Ascher) [Bug: 1350] * doc/listbox.n: added doc for <<ListboxSelect>> [Bug: 3500] * doc/getOpenFile.n: removed note that -initialfile didn't work for tk_getOpenFile
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]