#endif
#include "wx/defs.h"
+
+#if wxUSE_CHECKBOX
+
#include "wx/object.h"
#include "wx/list.h"
#include "wx/control.h"
bool GetValue() const;
void SetLabel( const wxString& label );
- void Enable( bool enable );
+ bool Enable( bool enable );
// implementation
void ApplyWidgetStyle();
GtkWidget *m_widgetLabel;
};
+#endif
+
#endif // __GTKCHECKBOXH__