wx.lib.calendar.CalenDlg,how to set the years range?

Giuseppe Costanzi g.costanzi at idi.it
Tue Oct 2 02:16:40 PDT 2007


Hi,
I'm using the widget in object and I've a problem.
I've notice that the lower value of the years is 1980.
How can I set this value to 1900?
I try this but it doesn't work.

self.dlg = wx.lib.calendar.CalenDlg(self)
#self.dlg.SetRange(1970, 2010) dont' work!
What is the attribute name of the years?

gretting









More information about the wxpython-users mailing list