HTk.Canvasitems.Rectangle
Description
HTk's rectangle canvas item. A rectangle object on a canvas widget.
Documentation
The Rectangle datatype.
Instances
| Eq Rectangle | |
| Destroyable Rectangle | A rectangle item can be destroyed. |
| Synchronized Rectangle | You can synchronize on a rectangle item. |
| GUIObject Rectangle | Internal. |
| HasGeometry Rectangle | An alternative way to specify a rectangle's coords. |
| HasPosition Rectangle | You can specify the (upper left) position of a rectangle. |
| HasSize Rectangle | You can specify the size of an rectangle item. |
| FilledCanvasItem Rectangle | A rectangle item is a filled canvas item (it has filling, outline, outline width, and stipple configurations). |
| CanvasItem Rectangle | A rectangle item is a canvas item (any canvas item is an instance of
the abstract |
| TaggedCanvasItem Rectangle | A rectangle item can have several tags (handlers for a set of canvas items). |