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