]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
set m_encoding in wxCSConv ctor from name
[wxWidgets.git] / include / wx / gtk / checkbox.h
index 555a708d26956d024700e6c9173dc4cc92a6fbe4..a1ed20538c76ee3fd84f85f1f1c873f557f691c1 100644 (file)
@@ -43,11 +43,10 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-    
+
     // implementation
     // --------------
 
-    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();
 
@@ -58,11 +57,10 @@ public:
 
 protected:
     virtual wxSize DoGetBestSize() const;
+    void DoApplyWidgetStyle(GtkRcStyle *style);
 
-#ifdef __WXGTK20__
     void DoSet3StateValue(wxCheckBoxState state);
     wxCheckBoxState DoGet3StateValue() const;
-#endif
 
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckBox)