Merge branch 'gtk-datapick-events'

Make generic wxDatePickerCtrl more consistent with the native MSW.

See https://github.com/wxWidgets/wxWidgets/pull/868
This commit is contained in:
Vadim Zeitlin
2018-08-02 01:13:07 +02:00
4 changed files with 66 additions and 27 deletions

View File

@@ -469,7 +469,8 @@ public:
The @a date parameter must be valid and in the currently valid range as
set by SetDateRange(), otherwise the current date is not changed and
the function returns @false.
the function returns @false and, additionally, triggers an assertion
failure if the date is invalid.
*/
virtual bool SetDate(const wxDateTime& date);