diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-02-28 13:46:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-02-28 13:46:32 (GMT) |
commit | e941808612a0d0f68819653b6fd8bce13b4db2d9 (patch) | |
tree | bdd92a3f9e8f54e9193a6b74836de7026f2c7ed0 /doc/canvas.n | |
parent | 959ba9af6b8b001d476ae7f07b181ccbf1872c0e (diff) | |
parent | 0f35febd75af2d62e5d4611811fd3636c946b9e4 (diff) | |
download | tk-e941808612a0d0f68819653b6fd8bce13b4db2d9.zip tk-e941808612a0d0f68819653b6fd8bce13b4db2d9.tar.gz tk-e941808612a0d0f68819653b6fd8bce13b4db2d9.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 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. |