|
|
|
|
|
| Description |
| HTk's checkbutton widget.
A simple checkbutton associated with a polymorphic variable. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data CheckButton a |
| The CheckButton datatpe - it is associated with a
polymorphic TkVariable. |
|
| newCheckButton |
| :: (Container par) | | | => par | the parent widget, which has to be a container widget
(an instance of class Container). | | -> [Config (CheckButton a)] | the list of configuration options for this
checkbutton. | | -> IO (CheckButton a) | A checkbutton widget. | | Constructs a new checkbutton widget and returns a handler. |
|
|
| Produced by Haddock version 0.3 |