diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-08-17 22:37:23 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-08-17 22:37:23 (GMT) |
commit | d77c2eee10121c6ba5100179a27cb5e2a5b1131b (patch) | |
tree | e00390b37b5eea519bafc3dbc07a169e0d2bbc6c /doc/listbox.n | |
parent | 37bc098e8a34e75331cedf4058a2311858731c57 (diff) | |
download | tk-d77c2eee10121c6ba5100179a27cb5e2a5b1131b.zip tk-d77c2eee10121c6ba5100179a27cb5e2a5b1131b.tar.gz tk-d77c2eee10121c6ba5100179a27cb5e2a5b1131b.tar.bz2 |
Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.
Also some general fixes to menu.n and text.n
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 c84d1d2..1a36230 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.10 2004/03/25 12:12:36 vincentdarley Exp $ +'\" RCS: @(#) $Id: listbox.n,v 1.11 2004/08/17 22:37:24 dkf Exp $ '\" .so man.macros .TH listbox n 8.4 Tk "Tk Built-In Commands" @@ -30,7 +30,7 @@ listbox \- Create and manipulate listbox widgets .OP \-activestyle activeStyle ActiveStyle 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 (nospecial indication of active element) or +\fBnone\fR (no special indication of active element) or \fBunderline\fR (underline the active element). The default is \fBunderline\fR. .VS 8.4 |