]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
Added demonstration of busy cursor bug.
[wxWidgets.git] / include / wx / gtk / checkbox.h
index cf2109123b66b41703ebea75aa38491db23d3a05..edd5cf3dd0f8c4a5db9f34b1dfb151c11bf92132 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"
@@ -73,4 +76,6 @@ public:
     GtkWidget *m_widgetLabel;
 };
 
+#endif
+
 #endif // __GTKCHECKBOXH__