]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention wxPyTypeCast
authorRobin Dunn <robin@alldunn.com>
Thu, 4 Dec 2003 01:15:11 +0000 (01:15 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 4 Dec 2003 01:15:11 +0000 (01:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/MigrationGuide.txt

index 0beb3684285a902b783948f6f383a955ef5a2645..b0bd3917e1249f2bd19cfeef165782b4563a7f93 100644 (file)
@@ -401,4 +401,7 @@ default) then you need to use the new wx.FULL_REPAINT_ON_RESIZE style
 flag otherwise only the freshly exposed areas of the window will be
 refreshed.
 
+wxPyTypeCast has been removed.  Since we've had the OOR (Original
+Object Return) for a couple years now there should be no need to use
+wxPyTypeCast at all.