]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
Compile fix (VC++ 6 doesn't like wxString::Format with only 1 arg: gives several...
[wxWidgets.git] / include / wx / msw / button.h
index 33d8272b2b895d658a7ebb26bcbd43f3d0836d12..f7c34eae629c7faef513873d21b32faa5c8485c0 100644 (file)
@@ -58,6 +58,9 @@ public:
     virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *item);
     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; }
+
 private:
     void MakeOwnerDrawn();