Implement wxCalendarCtrl::SetDateRange() in the native GTK version.
While GTK+ doesn't support imposing ranges for dates selection natively, we can do it ourselves by preventing the user from selecting any date outside of the currently valid range. This allows to use ranges under all platforms and not only in wxCalendarCtrl itself but in wxDatePickerCtrl as well. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -517,6 +517,7 @@ GTK:
|
||||
- wxTLW generates wxEVT_MAXIMIZE.
|
||||
- Fix copying clipboard data to primary selection (David Hart).
|
||||
- Implement wxGraphicsContext::GetSize() (Marcin Wojdyr).
|
||||
- Implement wxCalendarCtrl::SetDateRange() for the native control.
|
||||
|
||||
MSW:
|
||||
|
||||
|
Reference in New Issue
Block a user