Document surprising behaviour of wxDatePickerCtrl::GetRange() in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Jun 2011 22:46:39 +0000 (22:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Jun 2011 22:46:39 +0000 (22:46 +0000)
commit58daa7b2644f4725071c67cd8b9915808212d409
tree717d790be3b7330db7790dd2d66a6874a4e489ed
parent106f0d98f88a701b4c9ea7e2419d7ee6c66de13b
Document surprising behaviour of wxDatePickerCtrl::GetRange() in wxMSW.

wxMSW native control always has a built-in lower limit as MSW doesn't support
the dates before the year 1601 so wxDatePickerCtrl::GetRange() always returns
a valid range start, even if SetRange() hadn't been called to set it.

As this can be unexpected, document this behaviour clearly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/datectrl.h