Class GTK2.RadioMenuItem

Inheritance graph
Description

Exactly like W(RadioButton), but it is an menu item.  GTK2.RadioMenuItem("Menu item")

Properties:

GTK2.RadioMenuItem group

Signals: group_changed


Inherit CheckMenuItem

inherit GTK2.CheckMenuItem : CheckMenuItem


Method create

GTK2.RadioMenuItem GTK2.RadioMenuItem(string|mapping title, GTK2.RadioMenuItem groupmember)

Description

object GTK2.RadioMenuItem(string title) - First button (with label) object GTK2.RadioMenuItem()->add(widget) - First button (with widget) object GTK2.RadioMenuItem(title, another_radio_button) - Second to n:th button (with title) object GTK2.RadioMenuItem(0,another_radio_button)->add(widget) - Second to n:th button (with widget)