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