]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/MigrationGuide.txt
Reworked how stock objects are initialized. They now have an
[wxWidgets.git] / 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.