From 4f6f9cd91cebd826c042cea04353df5cd62fcbd4 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 11 Dec 2003 09:52:02 +0000 Subject: [PATCH] Applied [ 827600 ] wxCalendarCtrl missing public git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/calctrl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/generic/calctrl.h b/include/wx/generic/calctrl.h index 722792a488..b8f0516be3 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