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