diff options
author | dkf <dkf@noemail.net> | 2012-02-28 13:46:32 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2012-02-28 13:46:32 (GMT) |
commit | 09c3934f2812ca7aaf98e7301d656f000aa8c5e5 (patch) | |
tree | bdd92a3f9e8f54e9193a6b74836de7026f2c7ed0 /doc | |
parent | d11a3ef2cd88b9a6b467bf8a0f1cc5ad882e55a9 (diff) | |
parent | a645cb788c87e37c7128abd5ff5a04a61463ae5c (diff) | |
download | tk-09c3934f2812ca7aaf98e7301d656f000aa8c5e5.zip tk-09c3934f2812ca7aaf98e7301d656f000aa8c5e5.tar.gz tk-09c3934f2812ca7aaf98e7301d656f000aa8c5e5.tar.bz2 |
[Bug 3495198]: Corrected types of canvas bitmap options.
FossilOrigin-Name: 1b7382b21755098211019a4cd216bfce00612a1c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/canvas.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index bdf1e62..9338b8d 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -1287,9 +1287,9 @@ This option defaults to \fBcenter\fR. .TP \fB\-background \fIcolor\fR .TP -\fB\-activebackground \fIbitmap\fR +\fB\-activebackground \fIcolor\fR .TP -\fB\-disabledbackground \fIbitmap\fR +\fB\-disabledbackground \fIcolor\fR Specifies the color to use for each of the bitmap's .QW 0 valued pixels in its normal, active and disabled states. @@ -1309,9 +1309,9 @@ disabled states. .TP \fB\-foreground \fIcolor\fR .TP -\fB\-activeforeground \fIbitmap\fR +\fB\-activeforeground \fIcolor\fR .TP -\fB\-disabledforeground \fIbitmap\fR +\fB\-disabledforeground \fIcolor\fR Specifies the color to use for each of the bitmap's .QW 1 valued pixels in its normal, active and disabled states. |