diff options
author | Kevin Walzer <kw@codebykevin.com> | 2019-09-29 01:28:56 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2019-09-29 01:28:56 (GMT) |
commit | 3018c010a7091f6aa32cab66450756969c288322 (patch) | |
tree | c32171ffa18c74f9de5ed995c96aaa8390536347 /doc/canvas.n | |
parent | 199ee5daaa9c23a8064d488a2f8b66fa00405c44 (diff) | |
parent | 81701297afca6e206e8f0cd3f61234d4a5d5cbd4 (diff) | |
download | tk-3018c010a7091f6aa32cab66450756969c288322.zip tk-3018c010a7091f6aa32cab66450756969c288322.tar.gz tk-3018c010a7091f6aa32cab66450756969c288322.tar.bz2 |
Merge chavez-canvas branch
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index ddaebcf..a0febce 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -1270,8 +1270,8 @@ For the text item, it specifies the foreground color of the text. This option specifies the color that should be used to draw the outline of the item in its normal, active and disabled states. \fIColor\fR may have any of the forms accepted by \fBTk_GetColor\fR. -This option defaults to \fBblack\fR. If \fIcolor\fR is specified -as an empty string then no outline is drawn for the item. +If \fIcolor\fR is specified as an empty string then no outline is drawn +for the item. .TP \fB\-offset \fIoffset\fR . @@ -1509,8 +1509,7 @@ disabled states. Specifies the color to use for each of the bitmap's .QW 1 valued pixels in its normal, active and disabled states. -\fIColor\fR may have any of the forms accepted by \fBTk_GetColor\fR and -defaults to \fBblack\fR. +\fIColor\fR may have any of the forms accepted by \fBTk_GetColor\fR. .SS "IMAGE ITEMS" .PP Items of type \fBimage\fR are used to display images on a |