From: Vadim Zeitlin Date: Sun, 19 Nov 2006 20:01:51 +0000 (+0000) Subject: assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b5f842a9021390843aa4f261f028c62c1e3b517b?ds=inline assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/calctrl.h b/include/wx/generic/calctrl.h index 25b5902d70..6bd3c75486 100644 --- a/include/wx/generic/calctrl.h +++ b/include/wx/generic/calctrl.h @@ -155,6 +155,8 @@ public: virtual bool Enable(bool enable = true); virtual bool Show(bool show = true); + virtual void SetWindowStyleFlag(long style); + virtual wxVisualAttributes GetDefaultAttributes() const { return GetClassDefaultAttributes(GetWindowVariant()); }