| ||||||||
| ||||||||
| ||||||||
| Description | ||||||||
| A choice from multiple check menu items | ||||||||
| Synopsis | ||||||||
| Detail | ||||||||
| A radio menu item is a check menu item that belongs to a group. At each instant exactly one of the radio menu items from a group is selected. | ||||||||
| Class Hierarchy | ||||||||
| GObject | +----Object | +----Widget | +----Container | +----Bin | +----Item | +----MenuItem | +----CheckMenuItem | +----RadioMenuItem | ||||||||
| Types | ||||||||
| data RadioMenuItem | ||||||||
| ||||||||
| class CheckMenuItemClass o => RadioMenuItemClass o | ||||||||
| ||||||||
| castToRadioMenuItem :: GObjectClass obj => obj -> RadioMenuItem | ||||||||
| gTypeRadioMenuItem :: GType | ||||||||
| toRadioMenuItem :: RadioMenuItemClass o => o -> RadioMenuItem | ||||||||
| Constructors | ||||||||
| radioMenuItemNew :: IO RadioMenuItem | ||||||||
| Creates a new RadioMenuItem. | ||||||||
| radioMenuItemNewWithLabel :: String -> IO RadioMenuItem | ||||||||
| Creates a new RadioMenuItem whose child is a simple Label. | ||||||||
| radioMenuItemNewWithMnemonic :: String -> IO RadioMenuItem | ||||||||
| Creates a new RadioMenuItem containing a label. The label will be created using labelNewWithMnemonic, so underscores in label indicate the mnemonic for the menu item. | ||||||||
| radioMenuItemNewFromWidget | ||||||||
| ||||||||
| radioMenuItemNewWithLabelFromWidget | ||||||||
| ||||||||
| radioMenuItemNewWithMnemonicFromWidget :: RadioMenuItem -> String -> IO RadioMenuItem | ||||||||
| Create a new radio button with a label and attach it to the group of another radio button. Underscores in the label string indicate the mnemonic for the menu item. | ||||||||
| Compatibilty aliases | ||||||||
| radioMenuItemNewJoinGroup :: RadioMenuItem -> IO RadioMenuItem | ||||||||
| radioMenuItemNewJoinGroupWithLabel :: RadioMenuItem -> String -> IO RadioMenuItem | ||||||||
| radioMenuItemNewJoinGroupWithMnemonic :: RadioMenuItem -> String -> IO RadioMenuItem | ||||||||
| Produced by Haddock version 2.7.2 | ||||||||