Forgot about CalendarEvent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-09-10 20:54:41 +00:00
parent 31b468292c
commit 5f13b2cac9

View File

@ -68,7 +68,8 @@ Extended the wx.calendar.CalendarCtrl class with methods that get/set
a Python datetime or date object. (These will only work with Python
2.3+) The methods are PySetDate, PyGetDate, PySetLowerDateLimit,
PySetUpperDateLimit, PySetDateRange, PyGetLowerDateLimit, and
PyGetUpperDateLimit.
PyGetUpperDateLimit. Also, CalendarEvent was extended with PySetDate
and PyGetDate methods.