pike.hubbe.net

[Top]
GTK
GTK.RadioButton
previousGTK.ProgressBar()->update() GTK.RadioButton()->create()next

Class GTK.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 GTK.RadioButton().

GTK.Radio_button("Button");

Inherits

  • GTK.CheckButton

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