diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-02 00:40:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-02 00:40:08 (GMT) |
commit | 7c675582bbdc2db1dc260e3988ba15e6d05c23b6 (patch) | |
tree | b70ade577c95259604d1bbfed52b451880ddcd42 /doc/listbox.n | |
parent | 351ba5784264d81112e6e9a1a331242e08b64edc (diff) | |
download | tk-7c675582bbdc2db1dc260e3988ba15e6d05c23b6.zip tk-7c675582bbdc2db1dc260e3988ba15e6d05c23b6.tar.gz tk-7c675582bbdc2db1dc260e3988ba15e6d05c23b6.tar.bz2 |
Minor correction.
Diffstat (limited to 'doc/listbox.n')
-rw-r--r-- | doc/listbox.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/listbox.n b/doc/listbox.n index 2d3435c..88c6428 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.21 2008/09/23 13:40:55 dkf Exp $ +'\" RCS: @(#) $Id: listbox.n,v 1.22 2009/11/02 00:40:08 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 |