I had mentioned this in the past but it might have fallen of your todo list.
wxCalendarCtrl, following events are not available, they are not documented in the wx 3.0 doc, only mentioned in a Note.
- EVT_CALENDAR_DAY
- EVT_CALENDAR_MONTH
- EVT_CALENDAR_YEAR
I had mentioned this in the past but it might have fallen of your todo
list.
wxCalendarCtrl, following events are not available, they are not
documented in the wx 3.0 doc, only mentioned in a Note.
- EVT_CALENDAR_DAY
- EVT_CALENDAR_MONTH
- EVT_CALENDAR_YEAR
I think they are supposed to be deprecated and EVT_CALENDAR_SEL_CHANGED used instead. However last week sometime I added them back in but it doesn't look like I committed the change yet.