Method GTK2.RadioMenuItem()->create()
- 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)