summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-11-02 00:42:31 (GMT)
committerdkf <dkf@noemail.net>2009-11-02 00:42:31 (GMT)
commit2e2a2f344f562675b1ede94c781a98c4d8bb743c (patch)
tree2f3ce1cd01332b54890a34ef4de422f676c151a3
parent422bacc4cce8862900bd60b56d285b813cb142dc (diff)
downloadtk-2e2a2f344f562675b1ede94c781a98c4d8bb743c.zip
tk-2e2a2f344f562675b1ede94c781a98c4d8bb743c.tar.gz
tk-2e2a2f344f562675b1ede94c781a98c4d8bb743c.tar.bz2
Minor correction.
FossilOrigin-Name: fa623f7cf0a057c0ff7f64f78e72c8c52e963562
-rw-r--r--doc/listbox.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/listbox.n b/doc/listbox.n
index 1516014..3ec1b0d 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.18 2008/01/30 12:00:39 dkf Exp $
+'\" RCS: @(#) $Id: listbox.n,v 1.18.2.1 2009/11/02 00:42:32 dkf Exp $
'\"
.so man.macros
.TH listbox n 8.4 Tk "Tk Built-In Commands"
@@ -29,7 +29,7 @@ Specifies the style in which to draw the active element. This must be
one of \fBdotbox\fR (show a focus ring around the active element),
\fBnone\fR (no special indication of active element) or
\fBunderline\fR (underline the active element).
-The default is \fBunderline\fR.
+The default is \fBunderline\fR on Windows, and \fBdotbox\fR elsewhere.
.OP \-height height Height
Specifies the desired height for the window, in lines.
If zero or less, then the desired height for the window is made just