Create a widget item.
Mixin common commands.
Get the anchor.
Set the anchor position.
Get the widget.
Specifies the widget to associate with this item. The widget specified must either be a child of the canvas widget or a child of some ancestor of the canvas widget.
Get the widget width.
Specifies the width to assign to the item's widget. If this option is not specified, or if it is specified as zero, then the widget is given whatever width it requests internally.
Get the widget height.
Specifies the height to assign to the item's widget. If this option is not specified, or if it is specified as zero, then the widget is given whatever height it requests internally.
Get the type of canvas item.
Get the coords of this item.
Set the coordinates used to draw this item.
Get the tags associated with this item.
Set tags associated with this item.
Add a specific tag to this item.
Delete a specific tag associated to this item.
Delete all tags associated to this item.
Destroy this item and remove it from the canvas.
Set the keyboard focus to this item in the canvas.
Lower an item in the drawing order.
Raise an item in the drawing order.
Move an item on the canvas by an amount.
Move an item on the canvas to a position.
Scale an item on the canvas. Note that some items have only a single pair of coordinates (e.g., text, images and widgets) and so scaling of them by this command can only move them around.
Mixin common commands.
These are injected common commands that can also be used with this canvas item.
A canvas widget item.