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