From: Julian Smart Date: Thu, 11 Dec 2003 09:52:02 +0000 (+0000) Subject: Applied [ 827600 ] wxCalendarCtrl missing public X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b6fa290b5a077a97ec79496972302bccd567bf73?hp=e5297b7f4673c9d0217df4342e5540cf62d245d7 Applied [ 827600 ] wxCalendarCtrl missing public git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/calctrl.h b/include/wx/generic/calctrl.h index 79d3c132a0..f7d3d6abbc 100644 --- a/include/wx/generic/calctrl.h +++ b/include/wx/generic/calctrl.h @@ -242,10 +242,12 @@ private: // show the correct controls void ShowCurrentControls(); +public: // get the currently shown control for month/year wxControl *GetMonthControl() const; wxControl *GetYearControl() const; +private: // OnPaint helper-methods // Highlight the [fromdate : todate] range using pen and brush