wx.lib.calendar and SetSelDay method

Basil Shubin wrote:

Hi friends,

How I can change the color of selected days that was selected by SetSelDay method?

Looking at the source code, it looks like these will do it:

  cal.SetColor(wx.lib.calendar.COLOR_SELECTION_FONT, value)
  cal.SetColor(wx.lib.calendar.COLOR_SELECTION_BACKGROUND, value)

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!