]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checkbox.h
make access specifiers for the virtual functions match their access in the base class...
[wxWidgets.git] / include / wx / gtk / checkbox.h
index e48a04893834c61d3a3b645f3a62e20ea4d4be5b..a1ed20538c76ee3fd84f85f1f1c873f557f691c1 100644 (file)
@@ -47,7 +47,6 @@ public:
     // implementation
     // --------------
 
-    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();
 
@@ -58,6 +57,7 @@ public:
 
 protected:
     virtual wxSize DoGetBestSize() const;
+    void DoApplyWidgetStyle(GtkRcStyle *style);
 
     void DoSet3StateValue(wxCheckBoxState state);
     wxCheckBoxState DoGet3StateValue() const;