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