#endif
#include "wx/radiobut.h"
+#include "gdk/gdk.h"
+#include "gtk/gtk.h"
//-----------------------------------------------------------------------------
// data
const wxPoint& pos, const wxSize& size, long style,
const wxValidator& validator, const wxString& name )
{
+ m_acceptsFocus = TRUE;
m_needParent = TRUE;
wxSize newSize = size;
{
wxCHECK_RET( m_widget != NULL, "invalid radiobutton" );
+ if ( val == GetValue() )
+ return;
+
m_blockFirstEvent = TRUE;
if (val)