/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/checkbox.h
+// Name: wx/gtk1/checkbox.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
#ifndef __GTKCHECKBOXH__
#define __GTKCHECKBOXH__
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface
-#endif
-
// ----------------------------------------------------------------------------
// wxCheckBox
// ----------------------------------------------------------------------------
-class wxCheckBox : public wxCheckBoxBase
+class WXDLLIMPEXP_CORE wxCheckBox : public wxCheckBoxBase
{
public:
wxCheckBox();
virtual void SetLabel( const wxString& label );
virtual bool Enable( bool enable = TRUE );
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
// implementation
// --------------
- void ApplyWidgetStyle();
+ void DoApplyWidgetStyle(GtkRcStyle *style);
bool IsOwnGtkWindow( GdkWindow *window );
void OnInternalIdle();