]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
More wxFileDialog things
[wxWidgets.git] / include / wx / gtk / checkbox.h
index cf2109123b66b41703ebea75aa38491db23d3a05..f26be094c84bf55db0a34d6e15d56115a5abec8c 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_CHECKBOX
+
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -68,9 +71,10 @@ public:
     // implementation
     void ApplyWidgetStyle();
 
-    bool       m_blockFirstEvent;
     GtkWidget *m_widgetCheckbox;
     GtkWidget *m_widgetLabel;
 };
 
+#endif
+
 #endif // __GTKCHECKBOXH__