]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot about CalendarEvent
authorRobin Dunn <robin@alldunn.com>
Fri, 10 Sep 2004 20:54:41 +0000 (20:54 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 10 Sep 2004 20:54:41 +0000 (20:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 26b214a2b19f513f15bc3c6f6de7450c6b9cb6b7..af1fa9994c39f03fad084bb1843aa6e1932a4b65 100644 (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.