Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

Class GTK1.RadioMenuItem

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container GTK1.Bin GTK1.Item GTK1.MenuItem GTK1.RadioMenuItem
Description

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


Inherit MenuItem

inherit GTK1.MenuItem : MenuItem


Method create

GTK1.RadioMenuItem GTK1.RadioMenuItem(string|void title, GTK1.RadioMenuItem groupmember)

Description

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