]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
wxChar -> char
[wxWidgets.git] / include / wx / msw / statbox.h
index 34bf7ccc120e0472b461f480a321e93fa93224fe..8d48ba933e3d8dd4446c21d0e8e636b24bae2a00 100644 (file)
@@ -40,6 +40,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 wxSize DoGetBestSize() const;