gtk2hsContentsIndex
RadioMenuItem
Contents
Compatibilty aliases
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
radioMenuItemNew :: IO RadioMenuItem
radioMenuItemNewWithLabel :: String -> IO RadioMenuItem
radioMenuItemNewWithMnemonic :: String -> IO RadioMenuItem
radioMenuItemNewJoinGroup :: RadioMenuItem -> IO RadioMenuItem
radioMenuItemNewJoinGroupWithLabel :: RadioMenuItem -> String -> IO RadioMenuItem
radioMenuItemNewJoinGroupWithMnemonic :: RadioMenuItem -> String -> IO RadioMenuItem
Documentation
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