|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
cellRendererToggleNew :: IO CellRendererToggle |
Create a new CellRenderer
that displays a ToggleButton.
|
|
cellRendererToggleGetRadio :: CellRendererToggleClass crt => crt -> IO Bool |
Returns wether the button is drawn as RadioButton or not.
|
|
cellRendererToggleSetRadio :: CellRendererToggleClass crt => crt -> Bool -> IO () |
Determine whether the button is drawn as RadioButton or not.
|
|
cellRendererToggleGetActive :: CellRendererToggleClass crt => crt -> IO Bool |
Retrieve the current state of the button.
|
|
cellRendererToggleSetActive :: CellRendererToggleClass crt => crt -> Bool -> IO () |
Modify the state of the button.
|
|
cellActive :: Attribute CellRendererToggle Bool |
Define the attribute that reflects the state of the button.
|
|
cellRadio :: Attribute CellRendererToggle Bool |
Define an attribute that determines whether this button
is shown as a RadioButton or as a normal ToggleButton.
|
|
Produced by Haddock version 0.6 |