Add a specific tag to this item.
Delete all tags associated to this item.
Delete a specific tag associated to this item.
Destroy this item and remove it from the canvas.
Set the keyboard focus to this item in the canvas.
Get the coords of this item.
Get the tags associated with this item.
Lower an item in the drawing order.
Move an item on the canvas by an amount.
Move an item on the canvas to a position.
Raise an item in the drawing order.
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.
Set the coordinates used to draw this item.
Set tags associated with this item.
Mixin common commands.
Get the type of canvas item.
Bind a callback to a particular event triggered by this item. This command is identical to UiElement's bind method.
Unbind a previous event binding.
Get the state of this item.
Set the item state. The only valid states are normal, disabled or hidden.
The unique id of this element.
The parent element if any.
Abstract base class of all canvas items.