X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6158f936ec6b3edfff2e0918ff44ea18e1ed7d2b..dd83f6184e8873b12adbb43071f8f8762f39f82c:/wxPython/docs/MigrationGuide.txt diff --git a/wxPython/docs/MigrationGuide.txt b/wxPython/docs/MigrationGuide.txt index 431f57be55..70c968ada1 100644 --- a/wxPython/docs/MigrationGuide.txt +++ b/wxPython/docs/MigrationGuide.txt @@ -189,7 +189,7 @@ the official form of the wxPython classes. For example:: 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. @@ -275,7 +275,7 @@ that are affected are listed here:: 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);