]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
add a critical section protecting ms_prev variables (replaces patch 1819224)
[wxWidgets.git] / include / wx / msw / gauge95.h
index e7d826968b23c416eb302f41b0ba328000cc285c..d5952426202c1d7a7c8c64c9a8cc0253b9f7efbb 100644 (file)
@@ -56,11 +56,14 @@ public:
     void SetDeterminateMode();
     void Pulse();
 
+    WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 protected:
     virtual wxSize DoGetBestSize() const;
 
-    WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
-
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95)
 };