|
Graphics.UI.Gtk.Buttons.CheckButton | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
Create widgets with a discrete toggle button
|
|
Synopsis |
|
|
|
|
Detail
|
|
A CheckButton places a discrete ToggleButton next to a widget,
(usually a Label). See the section on ToggleButton widgets for more
information about toggle/check buttons.
The important signal ('toggled') is also inherited from ToggleButton.
|
|
Class Hierarchy
|
|
| GObject
| +----Object
| +----Widget
| +----Container
| +----Bin
| +----Button
| +----ToggleButton
| +----CheckButton
| +----RadioButton
|
|
Types
|
|
data CheckButton |
Instances | |
|
|
class ToggleButtonClass o => CheckButtonClass o |
| Instances | |
|
|
castToCheckButton :: GObjectClass obj => obj -> CheckButton |
|
toCheckButton :: CheckButtonClass o => o -> CheckButton |
|
Constructors
|
|
checkButtonNew :: IO CheckButton |
Creates a new CheckButton.
|
|
checkButtonNewWithLabel |
|
|
checkButtonNewWithMnemonic |
:: String | label - The text of the button, with an underscore
in front of the mnemonic character
| -> IO CheckButton | | Creates a new CheckButton containing a label. The label will be created
using labelNewWithMnemonic, so underscores in label indicate the
mnemonic for the check button.
|
|
|
Produced by Haddock version 0.7 |