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