#include "wx/bitmap.h"
-class WXDLLIMPEXP_CORE wxGTKRadioButtonInfo;
+class WXDLLIMPEXP_FWD_CORE wxGTKRadioButtonInfo;
#include "wx/list.h"
void GtkDisableEvents();
void GtkEnableEvents();
#if wxUSE_TOOLTIPS
- void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
+ void ApplyToolTip( GtkTooltips *tips, const gchar *tip );
#endif // wxUSE_TOOLTIPS
virtual void OnInternalIdle();
wxRadioBoxButtonsInfoList m_buttonsInfo;
protected:
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
#if wxUSE_TOOLTIPS
virtual void DoSetItemToolTip(unsigned int n, wxToolTip *tooltip);
#endif