Welcome to wxPython (Phoenix)'s documentation!
Welcome! This is the documentation for wxPython 2.9.5.80, last updated 23 May 2013 from
Subversion revision r74045.
Phoenix is the code name for the new version of wxPython. Robin Dunn called
this Project Phoenix because in the
process of doing this project wxPython's implementation will be utterly destroyed and then
reborn in a new and marvelous way, much like the mythical Phoenix rising from the ashes
of its former self. For wxPython many things about how the wrapper/bindings code is
produced will be changing, and we'll also be eliminating some other crud along the way.
Some interesting documents about the current status or the Phoenix project and its development:
- Project Phoenix Wiki: The
Project Phoenix section of the wxPython wiki has information about the background
of, and reasons for this project, as well as information for developers who want to help out.
- Migration Guide: the Migration Guide will give you
some hints on how to modify your existing wxPython applications to be compatible with Phoenix,
and the Classic vs. Phoenix document will give details
on the identifier names that have changed and what you should use instead in your applications.
These documents are updated as the project progresses, so be sure to check them often.
Note
If you wish to help in the documentation effort, the main docstrings guidelines are outlined in
this document.
Documentation
|
wx Core Classes
The classes which appear in the wx namespace
wx Core Functions
Standalone functions
wx.adv
Less commonly used or more advanced classes
wx.dataview
Classes for viewing tabular or hierarchical data
wx.stc
Classes for Styled Text Control, a.k.a Scintilla
wx.html
Widget and supporting classes for a generic html renderer
wx.html2
Widget and supporting classes for a native html renderer, with CSS and javascript support
wx.grid
Widget and supporting classes for displaying and editing tabular data
|
wx.lib
Our pure-Python library of widgets
wx.glcanvas
Classes for embedding OpenGL views in a window
wx.xrc
Classes for loading widgets and layout from XML
wx.xml
Some simple XML classes for use with XRC
wx.py
The py package, containing PyCrust and related modules
wx.tools
Some useful tools and utilities for wxPython.
|