X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6158f936ec6b3edfff2e0918ff44ea18e1ed7d2b..dd83f6184e8873b12adbb43071f8f8762f39f82c:/wxPython/docs/MigrationGuide.html diff --git a/wxPython/docs/MigrationGuide.html b/wxPython/docs/MigrationGuide.html index b25cd127e8..d6b33f9cf1 100644 --- a/wxPython/docs/MigrationGuide.html +++ b/wxPython/docs/MigrationGuide.html @@ -174,12 +174,9 @@ app.MainLoop()

You shouldn't need to migrate all your modules over to use the new package and names right away as there are modules in place that try to provide as much backwards compatibility of the names as possible. If -you rewrote the above sample using "from wxPython.wx import *", the +you rewrote the above sample using "from wxPython.wx import * ", the old wxNames, and the old style of event binding it will still work just fine.

-
-

System Message: WARNING/2 (MigrationGuide.txt, line 189); backlink

-Inline emphasis start-string without end-string.

New wx.DC Methods

@@ -258,7 +255,7 @@ BlitXY(xdest, ydest, width, height, sourceDC, xsrc, ysrc, Blit(destPt, size, sourceDC, srcPt, rop = wxCOPY, useMask = FALSE, srcPtMask = wx.DefaultPosition) -SetClippingRegionXY SetClippingRegion(x, y, width, height) +SetClippingRegionXY(x, y, width, height) SetClippingRegion(point, size) SetClippingRect(rect) SetClippingRegionAsRegion(region); @@ -367,7 +364,7 @@ wxPyTypeCast at all.