I have a wx.lib.calendar.Calendar
control (not wx.lib.calendar.CalendarCtrl
!). I am selecting a number of days using the following function call:
self.cal.AddSelect([days], 'green', 'white')
This works, and draws the days highlighted. However, I cannot work out how to reverse this (i.e., clear the selection so the days go back to their normal colouring).
Any hints, please?