]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobut.cpp
change wxDataViewModel::Compare() to including column and sortorder
[wxWidgets.git] / src / gtk / radiobut.cpp
index 47b18d856000d68be3dfca4342dd4082f95a0c99..a1a5e23c299c638975334359e4c8e15701c6b6d1 100644 (file)
@@ -60,15 +60,13 @@ bool wxRadioButton::Create( wxWindow *parent,
                             const wxValidator& validator,
                             const wxString& name )
 {
-    m_needParent = TRUE;
-
-    m_blockEvent = FALSE;
+    m_blockEvent = false;
 
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, validator, name ))
     {
         wxFAIL_MSG( wxT("wxRadioButton creation failed") );
-        return FALSE;
+        return false;
     }
 
     GSList* radioButtonGroup = NULL;