X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4164aa980f7639254f44abfbf7ce31db2a21c4f..ab06470e494cac713cbf6d238ff1c4fd2850ea7e:/include/wx/msw/datectrl.h diff --git a/include/wx/msw/datectrl.h b/include/wx/msw/datectrl.h index c4078c6f68..b92a88ea38 100644 --- a/include/wx/msw/datectrl.h +++ b/include/wx/msw/datectrl.h @@ -57,7 +57,11 @@ 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 wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } virtual wxSize DoGetBestSize() const; // the date currently shown by the control, may be invalid