#include <GbuttonRadio.h>
Inheritance diagram for GbuttonRadio:
Public Methods | |
GbuttonRadio (Gstring label) | |
GbuttonRadio (Gstring label, GbuttonRadio *button) | |
~GbuttonRadio () | |
bool | GetState () |
void | SetState (bool active) |
Protected Attributes | |
Gstring* | label |
|
Construct a button radio with the given label. The button is the main button of the group |
|
Construct a button radio with the given label and group it with the given main button
|
|
Return true if selected |
|
Set the state of the button. |