Import Tk 8.6.10
This commit is contained in:
11
doc/canvas.n
11
doc/canvas.n
@@ -1219,10 +1219,10 @@ in the \fBCOORDINATES\fR section above.
|
||||
Specifies the color to be used to fill item's area.
|
||||
in its normal, active, and disabled states,
|
||||
\fIColor\fR may have any of the forms accepted by \fBTk_GetColor\fR.
|
||||
If \fIcolor\fR is an empty string (the default),
|
||||
then the item will not be filled.
|
||||
For the line item, it specifies the color of the line drawn.
|
||||
For the text item, it specifies the foreground color of the text.
|
||||
If \fIcolor\fR is an empty string (the default for all canvas items
|
||||
except line and text), then the item will not be filled.
|
||||
.TP
|
||||
\fB\-outline \fIcolor\fR
|
||||
.TP
|
||||
@@ -1233,8 +1233,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
|
||||
.
|
||||
@@ -1442,8 +1442,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
|
||||
|
||||
Reference in New Issue
Block a user