Change highlighting colors on Calendar

I thought I sent a post but being a Newbie I may have messed up.
Robin

My original message may be lost.
My questions were:

  1. Can I change highlighting colors on Current Day of wx.lib.calendar? If I SetCurrentDay()?
  2. Can I use MDIParentFrames/MDIChildFrames/MDIClientWindows with wx.lib.calendar or any calendar that works on 2.7?
    Robin

wx.lib.calendar is written in pure Python, so it’s not too difficult to dig in the source code and adapt it to your needs, by sublclassing, monkey-patching or plain rewriting.
It should still work in python 2.7, but there is no guarantee for the future