]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
Regenerated makefiles
[wxWidgets.git] / include / wx / msw / tbar95.h
index ec80d8d95684dcd6d47446750adf13ee8c4e6312..92fcfd7bcd76d82b5dee6e113aefcce0fe2515e8 100644 (file)
@@ -78,6 +78,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:
     // common part of all ctors
     void Init();