]> 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 41f405680cb8b5a0de2385022e04af29494063a0..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"
@@ -63,7 +66,7 @@ public:
     bool GetValue() const;
 
     void SetLabel( const wxString& label );
-    void Enable( bool enable );
+    bool Enable( bool enable );
 
     // implementation
     void ApplyWidgetStyle();
@@ -73,4 +76,6 @@ public:
     GtkWidget *m_widgetLabel;
 };
 
+#endif
+
 #endif // __GTKCHECKBOXH__