|
|
|
|
|
| Description |
| HTk's message widget.
A message widget is a simple container for text. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data Message |
| The Message datatype. |
|
| newMessage |
| :: (Container par) | | | => par | the parent widget, which has to be a container widget
(an instance of class Container). | | -> [Config Message] | the list of configuration options for this message
widget. | | -> IO Message | A message widget. | | Constructs a new message widget and returns a handler. |
|
|
| aspect :: Int -> Config Message |
|
| getAspect |
| :: Message | the concerned message widget. | | -> IO Int | The current aspect of this message widget. | | Gets the aspect froma message widget. |
|
|
| Produced by Haddock version 0.3 |