Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.RadioButton

Class GTK2.RadioButton

Description

Radio buttons are similar to check buttons except they are grouped so that only one may be selected/depressed at a time. This is good for places in your application where you need to select from a short list of options. To connect the buttons, use another button in the desired group as the second argument to GTK2.RadioButton().

 GTK2.RadioButton("Button");

Properties: GTK2.RadioButton group

Signals: group_changed


Inherit CheckButton

inherit GTK2.CheckButton : CheckButton