Download Latest Version wxPython-pdb-4.0.0a3-py36-win_amd64.zip (63.4 MB)
Email in envelope

Get an email when there's a new version of wxPython

Home / wxPython / 2.9.3.0
Name Modified Size InfoDownloads / Week
Parent folder
wxWidgets2.9-devel-win64-2.9.3.0.exe 2011-12-28 69.0 MB
wxWidgets2.9-devel-win32-2.9.3.0.exe 2011-12-28 67.3 MB
wxwidgets2.9_2.9.3.0.orig.tar.gz 2011-12-28 55.6 MB
wxPython2.9-win64-2.9.3.0-py27.exe 2011-12-28 15.5 MB
wxPython2.9-win64-2.9.3.0-py26.exe 2011-12-28 15.5 MB
wxPython2.9-win32-docs-demos-2.9.3.0.exe 2011-12-28 25.6 MB
wxPython2.9-win32-2.9.3.0-py27.exe 2011-12-28 14.2 MB
wxPython2.9-win32-2.9.3.0-py26.exe 2011-12-28 14.2 MB
wxPython2.9-osx-docs-demos-2.9.3.0-cocoa-py2.7.dmg 2011-12-28 27.3 MB
wxPython2.9-osx-docs-demos-2.9.3.0-carbon-py2.7.dmg 2011-12-28 31.4 MB
wxPython2.9-osx-docs-demos-2.9.3.0-carbon-py2.6.dmg 2011-12-28 31.4 MB
wxPython2.9-osx-2.9.3.0-cocoa-py2.7.dmg 2011-12-28 45.5 MB
wxPython2.9-osx-2.9.3.0-carbon-py2.7.dmg 2011-12-28 62.2 MB
wxPython2.9-osx-2.9.3.0-carbon-py2.6.dmg 2011-12-28 62.2 MB
wxPython2.9-2.9.3.0-1.src.rpm 2011-12-28 48.6 MB
wxPython-src-2.9.3.0.tar.bz2 2011-12-28 48.7 MB
wxPython-docs-2.9.3.0.tar.bz2 2011-12-28 14.4 MB
CHANGES.txt 2011-12-28 180.9 kB
README 2011-12-28 1.8 kB
wxPython-demo-2.9.3.0.tar.bz2 2011-12-28 4.0 MB
Totals: 20 Items   653.0 MB 1
.. -*- coding: utf-8 -*-

Recent Changes for wxPython
=====================================================================

2.9.3.0
-------
* 26-Dec-2011

wx.ListCtrl:  Added a static method named HasColumnOrderSupport which
returns a boolen value indicating if the column ordering APIs (see
next item) are implemented for the current platform.

Added methods for querying and manipulating the ordering of the
columns (in wx.LC_REPORT mode only.)  This is not implemented on all
platforms so use HasColumnOrderSupport to find out if the APIs are
supported.  The new APIs are: GetColumnOrder, GetColumnIndexFromOrder,
GetColumnsOrder and SetColumnsOrder.

Added wrappers for new WebView classes which came from a successful
Google Summer of Code project this year.  This new module allows you
to embed the platform's native HTML/CSS/Javascript rendering engine in
a wx application like we've always been able to do with wx.webkit on
Mac or with the various ActiveX modules that we've had for windows,
except in the new version it uses the exact same API on all platforms
and also provides an implementation for GTK.  Currently on Windows the
IE Trident engine is used, and WebKit is used on OSX and GTK.  The
code is organized to eventually allow alternate backend renderer
implementations.  The GTK version requires at least version 1.3.1 of
libwebkitgtk-dev, which is the default on most of the recent Linux
distributions.  Please note that although these new classes and
libraries are using names based on "WebView" I have put the wxPython
verison of them in the wx.html2 module because the wxWebKit project
already produces a wx.webview module for wxPython.

The wx.lib.pubsub package has been updated to the latest verison and
several examples have been added to the samples folder.


Source: README, updated 2011-12-28