|
Graphics.UI.Gtk.MenuComboToolbar.RadioMenuItem |
|
|
|
|
Description |
- These are not the original Gtk functions as they involve handling a Gtk
owned GList. The interface is rather oriented towards the RadioButton
widget interface.
TODO |
|
Synopsis |
|
|
|
Documentation |
|
data RadioMenuItem |
|
|
class CheckMenuItemClass o => RadioMenuItemClass o |
|
|
castToRadioMenuItem :: GObjectClass obj => obj -> RadioMenuItem |
|
radioMenuItemNew :: IO RadioMenuItem |
Create a new radio menu item.
|
|
radioMenuItemNewWithLabel :: String -> IO RadioMenuItem |
Create a new radio menu item with a label in it.
|
|
radioMenuItemNewWithMnemonic :: String -> IO RadioMenuItem |
Create a new radio menu item with a label in it. Underscores in the label
string indicate the mnemonic for the menu item.
|
|
radioMenuItemNewJoinGroup :: RadioMenuItem -> IO RadioMenuItem |
Create a new radio button and attach it to the group of another radio
button.
|
|
radioMenuItemNewJoinGroupWithLabel :: RadioMenuItem -> String -> IO RadioMenuItem |
Create a new radio button with a label and attach it to the group of
another radio button.
|
|
radioMenuItemNewJoinGroupWithMnemonic :: 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 |
|
Produced by Haddock version 0.6 |