[Top]
GTK
GTK.RadioMenuItem
|
Method GTK.RadioMenuItem()->create()
- Method
create
GTK.RadioMenuItem GTK.RadioMenuItem(string|void title, GTK.RadioMenuItem groupmember)
- Description
object GTK.RadioMenuItem(string title) - First button (with label)
object GTK.RadioMenuItem()->add(widget) - First button (with widget)
object GTK.RadioMenuItem(title, another_radio_button) - Second to n:th button (with title)
object GTK.RadioMenuItem(0,another_radio_button)->add(widget) - Second to n:th button (with widget)
|