27 #ifndef _CEGUIRadioButton_h_
28 #define _CEGUIRadioButton_h_
30 #include "CEGUI/widgets/ToggleButton.h"
33 # pragma warning(push)
34 # pragma warning(disable : 4251)
40 class CEGUIEXPORT RadioButton :
public ToggleButton
43 static const String WidgetTypeName;
53 void setGroupID(ulong group);
63 ulong getGroupID()
const {
return d_groupID; }
82 void deselectSiblingRadioButtonsInGroup()
const;
83 void addRadioButtonProperties();
86 bool getPostClickSelectState()
const;