Gtk2HsContentsIndex
Graphics.UI.Gtk.Buttons.CheckButton
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Detail
Class Hierarchy
Types
Constructors
Description
Create widgets with a discrete toggle button
Synopsis
data CheckButton
class ToggleButtonClass o => CheckButtonClass o
castToCheckButton :: GObjectClass obj => obj -> CheckButton
toCheckButton :: CheckButtonClass o => o -> CheckButton
checkButtonNew :: IO CheckButton
checkButtonNewWithLabel :: String -> IO CheckButton
checkButtonNewWithMnemonic :: String -> IO CheckButton
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
show/hide Instances
class ToggleButtonClass o => CheckButtonClass o
show/hide Instances
castToCheckButton :: GObjectClass obj => obj -> CheckButton
toCheckButton :: CheckButtonClass o => o -> CheckButton
Constructors
checkButtonNew :: IO CheckButton
Creates a new CheckButton.
checkButtonNewWithLabel
:: Stringlabel - the text for the check button.
-> IO CheckButton
Creates a new CheckButton with a Label to the right of it.
checkButtonNewWithMnemonic
:: Stringlabel - 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.8