]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/radiobut.h
more wxCloseEvent changes: now the behaviour should be conforming to the one
[wxWidgets.git] / include / wx / gtk1 / radiobut.h
index f86495364f164878f5903c93c5ca069c5e02cd30..9a00ea810c47164bd0a593901fdf7867e3aec57d 100644 (file)
@@ -66,7 +66,8 @@ class wxRadioButton: public wxControl
     
     void ApplyWidgetStyle();
     
-    bool   m_blockFirstEvent;
+    bool        m_blockFirstEvent;
+    GtkWidget*  m_theOtherRadioButtton;
 };
 
 #endif // __GTKRADIOBUTTONH__