|
|
|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| class (Widget w) => ButtonWidget w where |
| Button widgets instantiate the class ButtonWidget. | | | Methods | | flash :: w -> IO () | | Flashes the given button widget. | | | invoke :: w -> IO () | | Invokes the given button widget. |
| | | Instances | |
|
|
| data MenuButton |
| The MenuButton datatype. |
|
| newMenuButton |
| :: (Container par) | | | => par | the parent widget, which has to be a container widget
(an instance of class Container). | | -> [Config MenuButton] | the list of configuration options for this menubutton. | | -> IO MenuButton | A menubutton widget. | | Constructs a new menubutton widget and returns a handler. |
|
|
| Produced by Haddock version 0.3 |