Other doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="document" id="changes-txt-for-wxpython">
|
||||
<h1 class="title">CHANGES.txt for wxPython</h1>
|
||||
<div class="section" id="id1">
|
||||
<h1><a name="id1">2.5.1.1</a></h1>
|
||||
<h1><a name="id1">2.5.1.2</a></h1>
|
||||
<p>(See also the MigrationGuide.txt file for details about some of the
|
||||
big changes that have happened in this release and how you should
|
||||
adapt your code.)</p>
|
||||
@@ -73,6 +73,23 @@ MacPrintFile, MacNewFile, and MacReopenApp.</p>
|
||||
<p>Added wx.PlatformInfo which is a tuple containing strings that
|
||||
describe the platform and build options of wxPython. See the
|
||||
MigrationGuide for more details.</p>
|
||||
<p>Created a new extension module "activex" from Lindsay Mathieson's
|
||||
newest <a class="reference" href="http://members.optusnet.com.au/~blackpaw1/wxactivex.html">wxActiveX</a> class. (The existing iewin module used an older
|
||||
version of this code, but only exposed the wxIEHtmlWin class.) This
|
||||
new module will (in theory ;-) ) allow you to host arbitrary ActiveX
|
||||
controls in a wx.Window, <strong>without</strong> requiring the use of the win32com
|
||||
and other PyWin32 modules! This should eliminate the cronic problems
|
||||
that have resulted from minor mismatches in how PyWin32 handles the
|
||||
GIL and tstate when making callbacks, etc. The older iewin module
|
||||
will be left in this release as the new stuff is not fully backwards
|
||||
compatible, but you should migrate your code to the new IEHtmlWindow
|
||||
in wx.lib.iewin, so the old one can be eventually removed.
|
||||
Additionally, I've always considered that the wx.lib.activexwrapper
|
||||
module is an ugly hack that I only included in the lib because I
|
||||
couldn't figure out anything better. Well now we have something that,
|
||||
if it isn't already, has the potential to be better. So consider
|
||||
migrating away from using activexwrapper as well. Please see the
|
||||
MigrationGuide for more details on using the new module.</p>
|
||||
</div>
|
||||
<div class="section" id="id2">
|
||||
<h1><a name="id2">2.4.2.4</a></h1>
|
||||
@@ -1227,7 +1244,7 @@ version segfault shortly after starting up.</p>
|
||||
</div>
|
||||
<hr class="footer" />
|
||||
<div class="footer">
|
||||
Generated on: 2004-03-12 19:55 UTC.
|
||||
Generated on: 2004-03-26 21:09 UTC.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user