typo fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-23 21:35:31 +00:00
parent 3798e298a4
commit 82a074ce2b
2 changed files with 5 additions and 8 deletions

View File

@@ -174,12 +174,9 @@ app.MainLoop()
<p>You shouldn't need to migrate all your modules over to use the new <p>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 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 provide as much backwards compatibility of the names as possible. If
you rewrote the above sample using &quot;from wxPython.wx import <a href="#id1" name="id2"><span class="problematic" id="id2">*</span></a>&quot;, the you rewrote the above sample using &quot;from wxPython.wx import * &quot;, the
old wxNames, and the old style of event binding it will still work old wxNames, and the old style of event binding it will still work
just fine.</p> just fine.</p>
<div class="system-message" id="id1">
<p class="system-message-title">System Message: <a name="id1">WARNING/2</a> (<tt>MigrationGuide.txt</tt>, line 189); <em><a href="#id2">backlink</a></em></p>
Inline emphasis start-string without end-string.</div>
</div> </div>
<div class="section" id="new-wx-dc-methods"> <div class="section" id="new-wx-dc-methods">
<h1><a name="new-wx-dc-methods">New wx.DC Methods</a></h1> <h1><a name="new-wx-dc-methods">New wx.DC Methods</a></h1>
@@ -258,7 +255,7 @@ BlitXY(xdest, ydest, width, height, sourceDC, xsrc, ysrc,
Blit(destPt, size, sourceDC, srcPt, Blit(destPt, size, sourceDC, srcPt,
rop = wxCOPY, useMask = FALSE, srcPtMask = wx.DefaultPosition) rop = wxCOPY, useMask = FALSE, srcPtMask = wx.DefaultPosition)
SetClippingRegionXY SetClippingRegion(x, y, width, height) SetClippingRegionXY(x, y, width, height)
SetClippingRegion(point, size) SetClippingRegion(point, size)
SetClippingRect(rect) SetClippingRect(rect)
SetClippingRegionAsRegion(region); SetClippingRegionAsRegion(region);
@@ -367,7 +364,7 @@ wxPyTypeCast at all.</p>
<hr class="footer" /> <hr class="footer" />
<div class="footer"> <div class="footer">
<a class="reference" href="MigrationGuide.txt">View document source</a>. <a class="reference" href="MigrationGuide.txt">View document source</a>.
Generated on: 2003-12-18 18:35 UTC. Generated on: 2003-12-23 21:34 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div> </div>
</body> </body>

View File

@@ -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 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 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 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 old wxNames, and the old style of event binding it will still work
just fine. just fine.
@@ -275,7 +275,7 @@ that are affected are listed here::
Blit(destPt, size, sourceDC, srcPt, Blit(destPt, size, sourceDC, srcPt,
rop = wxCOPY, useMask = FALSE, srcPtMask = wx.DefaultPosition) rop = wxCOPY, useMask = FALSE, srcPtMask = wx.DefaultPosition)
SetClippingRegionXY SetClippingRegion(x, y, width, height) SetClippingRegionXY(x, y, width, height)
SetClippingRegion(point, size) SetClippingRegion(point, size)
SetClippingRect(rect) SetClippingRect(rect)
SetClippingRegionAsRegion(region); SetClippingRegionAsRegion(region);