Next: Canvas Items
Up: The Canvas Widget
Previous: The Canvas Widget
The most important configurations, provided by all canvas items, are:
- HasCoords sets or returns the coordinates of the canvas
item on the canvas. Nearly all canvas items (except for lines) have
a position (HasPosition), and many have a size
(HasSize).
- FilledCanvasItem allows to configure the filling
colour, outline colour, stipple and width of the outline of the
canvas item. Note that for some canvas item (e.g. lines), setting
the outline does nothing, but setting the filling colour sets the
colour of the item. A stipple, incidentally, is a bitmap mask used
to draw the item.
Christoph Lueth
Wed May 29 13:20:38 MEST 2002