|
|
|
|
|
| Description |
| HTk's label widget.
A label is a simple container for text or images/bitmaps. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data Label |
| The Label datatype. |
|
| newLabel |
| :: (Container par) | | | => par | the parent widget, which has to be a container widget
(an instance of class Container). | | -> [Config Label] | the list of configuration options for this label. | | -> IO Label | A label widget. | | Constructs a new label widget and returns a handler. |
|
|
| Produced by Haddock version 0.3 |