]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/datectrl.h
Compile fix (VC++ 6 doesn't like wxString::Format with only 1 arg: gives several...
[wxWidgets.git] / include / wx / msw / datectrl.h
index c4078c6f6893edb7f64534a0109e465e8c1684f5..c5d43d93a2009e682cdcd3fd5ed3af9b7621983f 100644 (file)
@@ -57,6 +57,9 @@ public:
 
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 protected:
     virtual wxSize DoGetBestSize() const;