|
|
|
|
|
| Description |
| HTk's ComboBox.
Only available when using tixwish. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data ComboBox a |
| The ComboBox datatype. |
|
| newComboBox |
| :: (GUIValue a, Container par) | | | => par | the list of configuration options for this
combo box. | | -> Bool | true if the user should be allowed to type into the
entry of the ComboBox. | | -> [Config (ComboBox a)] | | | -> IO (ComboBox a) | A combo box. | | Constructs a new combo box and returns a handler. |
|
|
| pick :: (GUIValue a) => Int -> Config (ComboBox a) |
| Sets the index item in the listbox to be the current value of the
ComboBox. |
|
| Produced by Haddock version 0.3 |