diff options
author | hobbs <hobbs> | 1999-08-09 16:51:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-09 16:51:51 (GMT) |
commit | 8cc6723852260c12857f4c3eeff827a2b8d612f6 (patch) | |
tree | 2ec3ee986becd9253ad868e13ca4c06483cdb04a /doc/options.n | |
parent | 1920c5e28d952551d081974b4c08f6544fb6125f (diff) | |
download | tk-8cc6723852260c12857f4c3eeff827a2b8d612f6.zip tk-8cc6723852260c12857f4c3eeff827a2b8d612f6.tar.gz tk-8cc6723852260c12857f4c3eeff827a2b8d612f6.tar.bz2 |
1999-08-09 Jeff Hobbs <hobbs@scriptics.com>
* doc/options.n: clarified that -troughcolor doesn't work on Windows
* doc/wm.n: fixed wm positionfrom docs [Bug: 2284]
Diffstat (limited to 'doc/options.n')
-rw-r--r-- | doc/options.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/options.n b/doc/options.n index 4715cf4..af406da 100644 --- a/doc/options.n +++ b/doc/options.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: options.n,v 1.2 1998/09/14 18:22:58 stanton Exp $ +'\" RCS: @(#) $Id: options.n,v 1.3 1999/08/09 16:51:51 hobbs Exp $ '\" .so man.macros .TH options n 4.4 Tk "Tk Built-In Commands" @@ -278,7 +278,8 @@ particular widget and may be determined by other options, such as \fBanchor\fR or \fBjustify\fR. .OP \-troughcolor troughColor Background Specifies the color to use for the rectangular trough areas -in widgets such as scrollbars and scales. +in widgets such as scrollbars and scales. This option is ignored +on Windows (native widget doesn't recognize this option). .OP \-underline underline Underline Specifies the integer index of a character to underline in the widget. This option is used by the default bindings to implement keyboard |