]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
Finally fixed control scrolling
[wxWidgets.git] / include / wx / msw / gauge95.h
index e7d826968b23c416eb302f41b0ba328000cc285c..70390a958444269bf652e811c37adacf88cc9400 100644 (file)
@@ -56,11 +56,11 @@ public:
     void SetDeterminateMode();
     void Pulse();
 
+    WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
 protected:
     virtual wxSize DoGetBestSize() const;
 
-    WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
-
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95)
 };