28 #ifndef _CEGUIRadioButton_h_
29 #define _CEGUIRadioButton_h_
31 #include "CEGUI/widgets/ToggleButton.h"
34 # pragma warning(push)
35 # pragma warning(disable : 4251)
44 static const String WidgetTypeName;
54 void setGroupID(ulong group);
83 void deselectSiblingRadioButtonsInGroup()
const;
84 void addRadioButtonProperties();
87 bool getPostClickSelectState()
const;