RadioMenuItem —
radioMenuItemNew:: IO RadioMenuItem |
radioMenuItemNewJoinGroup:: RadioMenuItem -> IO RadioMenuItem |
radioMenuItemNewJoinGroupWithLabel:: RadioMenuItem -> String -> IO RadioMenuItem |
radioMenuItemNewWithLabel:: String -> IO RadioMenuItem |
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.
Create a new radio button and attach it to the group of another radio button.
| radioMenuItemNewJoinGroup | :: RadioMenuItem | :: IO RadioMenuItem |
| rmi |