1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
================
wxPython Phoenix
================
Introduction
============
Phoenix is a new implementation of wxPython focused on improving speed,
maintainability and extensibility. Just like wxPython it wraps the wxWidgets
C++ toolkit and provides access to the UI portions of the wx API, enabling
Python applications to have a GUI on Windows, Macs or Unix systems with a
native look and feel and requiring very little (if any) platform specific code.
More to be written...
|