| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
Description | |||||||||||||||||||||||
A toolbar item that contains a radio button
| |||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||
| |||||||||||||||||||||||
Detail | |||||||||||||||||||||||
A RadioToolButton is a ToolItem that contains a radio button, that is, a button that is part of a group of toggle buttons where only one button can be active at a time. Use radioToolButtonNew to create a new RadioToolButton. use radioToolButtonNewFromWidget to create a new RadioToolButton that is part of the same group as an existing RadioToolButton. Use radioToolButtonNewFromStock or radioToolButtonNewWithStockFromWidget to create a new RadioToolButton containing a stock item. | |||||||||||||||||||||||
Class Hierarchy | |||||||||||||||||||||||
| GObject | +----Object | +----Widget | +----Container | +----Bin | +----ToolItem | +----ToolButton | +----ToggleToolButton | +----RadioToolButton | |||||||||||||||||||||||
Types | |||||||||||||||||||||||
data RadioToolButton | |||||||||||||||||||||||
class ToggleToolButtonClass o => RadioToolButtonClass o | |||||||||||||||||||||||
| |||||||||||||||||||||||
castToRadioToolButton :: GObjectClass obj => obj -> RadioToolButton | |||||||||||||||||||||||
gTypeRadioToolButton :: GType | |||||||||||||||||||||||
toRadioToolButton :: RadioToolButtonClass o => o -> RadioToolButton | |||||||||||||||||||||||
Constructors | |||||||||||||||||||||||
radioToolButtonNew :: IO RadioToolButton | |||||||||||||||||||||||
Creates a new RadioToolButton, creating a new group. | |||||||||||||||||||||||
radioToolButtonNewFromStock | |||||||||||||||||||||||
| |||||||||||||||||||||||
radioToolButtonNewFromWidget | |||||||||||||||||||||||
| |||||||||||||||||||||||
radioToolButtonNewWithStockFromWidget | |||||||||||||||||||||||
| |||||||||||||||||||||||
Methods | |||||||||||||||||||||||
radioToolButtonGetGroup | |||||||||||||||||||||||
| |||||||||||||||||||||||
radioToolButtonSetGroup | |||||||||||||||||||||||
| |||||||||||||||||||||||
Attributes | |||||||||||||||||||||||
radioToolButtonGroup :: RadioToolButtonClass self => ReadWriteAttr self [RadioToolButton] RadioToolButton | |||||||||||||||||||||||
Sets a new group for a radio tool button. | |||||||||||||||||||||||
Produced by Haddock version 2.4.2 |