]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checkbox.h
updated i18n sample, french translations are now in the "fr" subdirectory.
[wxWidgets.git] / include / wx / gtk1 / checkbox.h
index c410c2d7284c59f2d938bc34ea21de2b12de0173..f883cf78c9821e21f05350f39e4dbc13e4cca325 100644 (file)
@@ -66,6 +66,7 @@ class wxCheckBox: public wxControl
   
     void ApplyWidgetStyle();    
 
+    bool   m_blockFirstEvent;
 };
 
 #endif // __GTKCHECKBOXH__