| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
HTk.Widgets.Label
Description
HTk's label widget. A label is a simple container for text or images/bitmaps.
Documentation
The Label datatype.
Instances
| Eq Label Source # | |
| Destroyable Label Source # | A label widget can be destroyed. |
| Synchronized Label Source # | You can synchronize on a label object. |
| GUIObject Label Source # | Internal. |
| HasJustify Label Source # | A label has a configureable text justification. |
| HasUnderline Label Source # | You can set the index of a text character to underline. |
| HasFont Label Source # | You can specify the font of a label. |
| HasBorder Label Source # | A label widget has a configureable border. |
| HasSize Label Source # | You can specify the size of a label. |
| HasColour Label Source # | A label widget has a foreground and background colour. |
| HasAnchor Label Source # | A label has a text anchor. |
| HasTooltip Label Source # | A label widget can have a tooltip (only displayed if you are using tixwish). |
| Widget Label Source # | A label widget has standard widget properties (concerning focus, cursor). |
| HasPhoto Label Source # | A label can contain an image. |
| HasBitMap Label Source # | A label can contain a bitmap. |
| GUIValue b => HasText Label b Source # | A label can contain text. |