]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / gtk / radiobut.h
index 1bf88485a816321a82bc33f820798bb3c4612d60..9a00ea810c47164bd0a593901fdf7867e3aec57d 100644 (file)
@@ -65,6 +65,9 @@ class wxRadioButton: public wxControl
   // implementation
     
     void ApplyWidgetStyle();
+    
+    bool        m_blockFirstEvent;
+    GtkWidget*  m_theOtherRadioButtton;
 };
 
 #endif // __GTKRADIOBUTTONH__