| |||||||||||||
| |||||||||||||
| |||||||||||||
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 | |||||||||||||
| |||||||||||||
class ToggleButtonClass o => CheckButtonClass o | |||||||||||||
| |||||||||||||
castToCheckButton :: GObjectClass obj => obj -> CheckButton | |||||||||||||
toCheckButton :: CheckButtonClass o => o -> CheckButton | |||||||||||||
Constructors | |||||||||||||
checkButtonNew :: IO CheckButton | |||||||||||||
Creates a new CheckButton. | |||||||||||||
checkButtonNewWithLabel | |||||||||||||
| |||||||||||||
checkButtonNewWithMnemonic | |||||||||||||
| |||||||||||||
Produced by Haddock version 0.8 |