Pike v8.0 release 1738

Class GTK1.RadioMenuItem

Inheritance graph
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)