diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-02-28 13:47:09 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-02-28 13:47:09 (GMT) |
commit | cc982a03fa37479a6630385096025220e145dc59 (patch) | |
tree | 6b53fcd3604c9f4cce2da92ec7a5402b29675e6c /doc/canvas.n | |
parent | b4e2d4398018c552cf70ba5a318030006fd8f037 (diff) | |
parent | 6843948c3cb0dd63fb003fc745192e1a0d0a90b2 (diff) | |
download | tk-cc982a03fa37479a6630385096025220e145dc59.zip tk-cc982a03fa37479a6630385096025220e145dc59.tar.gz tk-cc982a03fa37479a6630385096025220e145dc59.tar.bz2 |
[Bug 3495198]: Corrected types of canvas bitmap options.
Diffstat (limited to 'doc/canvas.n')
-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 0df3f39..9eb0ec0 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -1405,9 +1405,9 @@ The following extra options are supported for bitmaps: .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. @@ -1427,9 +1427,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. |