pike.hubbe.net

[Top]
GTK
GTK.RadioButton
previousGTK.RadioButton GTK.RadioButton()->set_group()next

Method GTK.RadioButton()->create()


Method create

object(GTK.RadioButton) GTK.RadioButton()->create(string|void title, object(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)


Extracted from Pike v7.3 release 11 at 2001-11-03.