diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-28 10:19:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-28 10:19:28 (GMT) |
commit | 2bd85cbab370268321d9634c72bc7a66df1de397 (patch) | |
tree | 4510d45a04d9e2aca7a63a3473795ac8dd76d9c8 /doc/listbox.n | |
parent | 5a56a6eaaa415bbd89c3b00a8a58ca629182842f (diff) | |
download | tk-2bd85cbab370268321d9634c72bc7a66df1de397.zip tk-2bd85cbab370268321d9634c72bc7a66df1de397.tar.gz tk-2bd85cbab370268321d9634c72bc7a66df1de397.tar.bz2 |
Backport of documentation fixes
Diffstat (limited to 'doc/listbox.n')
-rw-r--r-- | doc/listbox.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/listbox.n b/doc/listbox.n index 7326497..e3dcb4f 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.9 2002/06/21 02:38:54 hobbs Exp $ +'\" RCS: @(#) $Id: listbox.n,v 1.9.2.1 2004/10/28 10:19:29 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 @@ -509,11 +509,11 @@ by one page (the height of the window). The Home and End keys scroll the listbox horizontally to the left and right edges, respectively. .IP [10] -Control-Home sets the location cursor to the the first element in +Control-Home sets the location cursor to the first element in the listbox, selects that element, and deselects everything else in the listbox. .IP [11] -Control-End sets the location cursor to the the last element in +Control-End sets the location cursor to the last element in the listbox, selects that element, and deselects everything else in the listbox. .IP [12] |