In the past the wx.lib.calendar would accept CAL_MONDAY_FIRST - is that still possible?
Yes I realize there is wx.adv.GenericCalendarCtrl.
Johnf
In the past the wx.lib.calendar would accept CAL_MONDAY_FIRST - is that still possible?
Yes I realize there is wx.adv.GenericCalendarCtrl.
Johnf
Are you sure it was wx.lib.calendar? What used to be in wx.calendar
is now what’s in the wx.adv
module. I don’t think wx.lib.calendar
has ever had a monday-first flag.
I fixed my problem based on what your reply.
Thanks
Johnf