]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
add a critical section protecting ms_prev variables (replaces patch 1819224)
[wxWidgets.git] / include / wx / msw / statbmp.h
index 883b52ae3725f51b07a2a06fae7e34002e4bbd25..7086e812dd29735cacb186f1aadbffd44dba4e41 100644 (file)
@@ -54,6 +54,9 @@ public:
 
     virtual 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 wxBorder GetDefaultBorder() const;
     virtual wxSize DoGetBestSize() const;