From: Robin Dunn Date: Tue, 23 Dec 2003 21:35:31 +0000 (+0000) Subject: typo fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/82a074ce2b5dcc6343873e3c458685d5fe903305 typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.

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);