#include <aedRadioButtonGroup.h>
Public Member Functions | |
void | addButton (const std::string &caption) |
void | removeButton (unsigned int index) |
int | getSelectedButton () const |
void | selectButton (unsigned int index) |
int | wm_lbuttondown (Uint16 x, Uint16 y) |
int | wm_lostfocus () |
|
Add a button to the group.
|
|
Get the index of currently selected button. |
|
Remove a button from the group.
|
|
Select a button.
|