27 #ifndef _CEGUIRadioButton_h_
28 #define _CEGUIRadioButton_h_
30 #include "CEGUI/widgets/ToggleButton.h"
33 # pragma warning(push)
34 # pragma warning(disable : 4251)
43 static const String WidgetTypeName;
53 void setGroupID(ulong group);
82 void deselectSiblingRadioButtonsInGroup()
const;
83 void addRadioButtonProperties();
86 bool getPostClickSelectState()
const;