GtkRadioMenuItem

A toggle menu item of which only one in the group may be active.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkBin
                        `-- GtkItem
                              `-- GtkMenuItem
                                    `-- GtkCheckMenuItem
                                          `-- GtkRadioMenuItem
Description
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.
Constructors
-- Creates a new radio menu item.
-- Creates a new radio menu item based on an existing one.
Methods
get_group() Â Returns an array of all group members. set_group() Â Sets the group the item belongs to.
Signals
"group-changed" Â The item is in another group.