26 #ifndef _TGUI_RADIO_BUTTON_INCLUDED_ 
   27 #define _TGUI_RADIO_BUTTON_INCLUDED_ 
   46         RadioButton(
const RadioButton& copy);
 
   52         RadioButton& operator= (
const RadioButton& right);
 
   58         virtual RadioButton* clone();
 
   74         virtual void uncheck();
 
   91 #endif //_TGUI_RADIO_BUTTON_NCLUDED_ 
Parent struct for objects that store multiple objects. 
Definition: Group.hpp:38
 
Definition: Checkbox.hpp:35