GtkRadioButton Constructor

GtkRadioButton Constructor

GtkRadioButton ( GtkRadioButton group , string label);

The first GtkRadioButton in a group should have the first parameter set to null. This 'group leader' is not attached to anything; there is not at present such a thing as a GtkGroup widget of any kind.

All subsequent GtkRadioButton widgets belonging to the same group should have the variable representing that group leader as the first parameter.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.