]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/MigrationGuide.html
delete the .pyc files before making a preview
[wxWidgets.git] / wxPython / docs / MigrationGuide.html
index b25cd127e80c6572efbf6bcd35641a716dd63f80..d6b33f9cf1ceb0add0783417705b40e2ad37a069 100644 (file)
@@ -174,12 +174,9 @@ app.MainLoop()
 <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
 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
 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 class="section" id="new-wx-dc-methods">
 <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,
      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.</p>
 <hr class="footer" />
 <div class="footer">
 <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.
 </div>
 </body>