summaryrefslogtreecommitdiffstats
path: root/doc/listbox.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-05-23 00:31:36 (GMT)
committerhobbs <hobbs>2000-05-23 00:31:36 (GMT)
commitd83a7e0f396a0fb80db31573f08d03e7428d2d8e (patch)
treef445c87ce68b30ce105d0990947887c96cbb59ff /doc/listbox.n
parent7fdf0cb12c45945c34c3432ea01feeb23a9d7037 (diff)
downloadtk-d83a7e0f396a0fb80db31573f08d03e7428d2d8e.zip
tk-d83a7e0f396a0fb80db31573f08d03e7428d2d8e.tar.gz
tk-d83a7e0f396a0fb80db31573f08d03e7428d2d8e.tar.bz2
* doc/bind.n:
* doc/canvas.n: * doc/entry.n: * doc/listbox.n: * doc/photo.n: doc fix-ups [Bug: 5396]
Diffstat (limited to 'doc/listbox.n')
-rw-r--r--doc/listbox.n16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/listbox.n b/doc/listbox.n
index 3973fe8..22f4c09 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.5 1999/12/21 23:54:17 hobbs Exp $
+'\" RCS: @(#) $Id: listbox.n,v 1.6 2000/05/23 00:31:36 hobbs Exp $
'\"
.so man.macros
.TH listbox n 8.0 Tk "Tk Built-In Commands"
@@ -27,13 +27,13 @@ listbox \- Create and manipulate listbox widgets
Specifies the desired height for the window, in lines.
If zero or less, then the desired height for the window is made just
large enough to hold all the elements in the listbox.
-.OP \-listvar listVariable Variable
-Specifies the name of a variable. The value of the variable is a list
-to be displayed inside the widget; if the variable value changes
-then the widget will automatically update itself to reflect the new value.
-Attempts to assign a bad list value to a variable in use as a listvar
-will cause an error. Attempts to unset a variable in use as a listvar
-will fail but will not generate an error.
+.OP \-listvariable listVariable Variable
+Specifies the name of a variable. The value of the variable is a list to
+be displayed inside the widget; if the variable value changes then the
+widget will automatically update itself to reflect the new value. Attempts
+to assign a variable with an invalid list value to \fB\-listvariable\fR
+will cause an error. Attempts to unset a variable in use as a
+\fB\-listvariable\fR will fail but will not generate an error.
.OP \-selectmode selectMode SelectMode
Specifies one of several styles for manipulating the selection.
The value of the option may be arbitrary, but the default bindings