diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-02-28 13:47:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-02-28 13:47:09 (GMT) |
commit | 9893c7fae421e1414f8e19acd5059350093c49c3 (patch) | |
tree | 6b53fcd3604c9f4cce2da92ec7a5402b29675e6c | |
parent | f68692a3c2b006ef1ba5ed4cd3fc4cccb403f146 (diff) | |
parent | 45e67a168fc74dc40011588fc29a08e46d5e8bd6 (diff) | |
download | tk-9893c7fae421e1414f8e19acd5059350093c49c3.zip tk-9893c7fae421e1414f8e19acd5059350093c49c3.tar.gz tk-9893c7fae421e1414f8e19acd5059350093c49c3.tar.bz2 |
[Bug 3495198]: Corrected types of canvas bitmap options.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/canvas.n | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2012-02-28 Donal K. Fellows <dkf@users.sf.net> + + * doc/canvas.n: [Bug 3495198]: Corrected types of bitmap options. + 2012-02-26 Jan Nijtmans <nijtmans@users.sf.net> * xlib/xcolors.c: Provide fallback for _strtoi64 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. |