| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
HTk.Canvasitems.ImageItem
Description
HTk's image canvas item. An image object on a canvas widget.
Documentation
The ImageItem datatype.
Instances
| Eq ImageItem Source # | |
| Destroyable ImageItem Source # | An image item can be destroyed. |
| Synchronized ImageItem Source # | You can synchronize on an image item. |
| GUIObject ImageItem Source # | Internal. |
| HasCanvAnchor ImageItem Source # | You can specify the anchor position of an image item. |
| HasPosition ImageItem Source # | You can specify the position of an image item. |
| HasPhoto ImageItem Source # | An image item is a container for an image object. |
| CanvasItem ImageItem Source # | An image item is a canvas item (any canvas item is an instance of the
abstract |
| TaggedCanvasItem ImageItem Source # | A image item can have several tags (handlers for a set of canvas items). |