wx.DatePickerCtrl -- GetRange()?

Robin et al.,

wx.DatePickerCtrl has a GetRange() method in the wx.chm manual; but the method does not seem to be actually available in wxPython…(I’m using Python 2.5.1, wxPython 2.8.4.0
(msw-Unicode)).

Checking further, there is the following situation – somewhat inconsistent, but useable; just needs a documentation change.

wx.DatePickerCtrl.GetLowerLimit()
and
wx.DatePickerCtrl.GetUpperLimit
()

but also:

wx.DatePickerCtrl.SetRange()

FYI.
Cheers,
Eric

Eric Ongerth wrote:

Robin et al.,

wx.DatePickerCtrl has a GetRange() method in the wx.chm manual; but the method does not seem to be actually available in wxPython...(I'm using Python 2.5.1, wxPython 2.8.4.0 (msw-Unicode)).

Since the C++ method returns the values via it's parameters I need to do some custom programming in the wrapper to make it work. Apparently I was too lazy that day because it is just commented out instead. :wink:

···

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