Pike v8.0 release 1738

Method GTK1.RadioMenuItem()->create()


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)