Home | All Classes | Grouped Classes | Index | Search
RadioGroup More...
Derived from:
none
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
Construction:
RadioGroup Constructor  | 
Attributes:
Returns the amount of buttons added to the group.  | |
Returns the selected button if any, NULL otherwise.  | |
Returns all buttons in the group.  | 
Operations:
Adds a component into the group.  | |
Removes a component from the group.  | |
Sets a radiobutton active (and unchecks any other).  | 
Signals:
This signal is emitted when the radio selection is changed.  | 
Detailed description:
!group=GUI/Controls! !header=gui.h!