A class that manages a group of radio menu items.
__init__ |
Default class constructor. |
Add |
Adds a new item to the group. |
Exist |
Checks if an item is in the group. |
GetSelectedItem |
Returns the selected item. |
Remove |
Removes a particular item. |
SetSelection |
Selects a particular item. |