|
|
|
|
|
| Description |
| HTk's option menu widget.
A simple clip up menu displaying a set of radiobuttons. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data OptionMenu a |
| The OptionMenu datatype. |
|
| newOptionMenu |
| :: (Container par, GUIValue a) | | | => par | the parent widget, which has to be a container widget
(an instance of class Container). | | -> [a] | the list of selectable elements. | | -> [Config (OptionMenu a)] | | | -> IO (OptionMenu a) | An option menu. | | Constructs a new option menu and returns a handler. |
|
|
| Produced by Haddock version 0.3 |