Canvas widgets implement structured graphics. A canvas displays any number of items, which may be things like rectangles, circles, lines, and text. Items may be manipulated (e.g. moved or re-colored) and commands may be associated with items in much the same way that the bind command allows commands to be bound to widgets.
A canvas arc item.
An canvas image item.
Abstract base class of all canvas items.
A canvas line item.
A canvas oval item.
A canvas polygon item.
A canvas rectangle item.
Class representing a tag configuration. Tags can be applied to numerous items on the canvas but keep in mind the tag options set in the configuration must be compatible for all items the tag is assigned to or an error will occur. Tags must be applied to items before they can be configured.
A canvas text item.
A canvas widget item.
Styles of arcs
Arrow positions on a canvas line.
The cap styles of a canvas line.
The join styles of a canvas line.
The join styles of a canvas line.
Widget module.