[Python-3000] Add a standard GUI system
Fredrik Lundh
fredrik at pythonware.com
Mon May 1 21:58:22 CEST 2006
Josiah Carlson wrote:
> wxPython, generally speaking, uses the 'native' widgets on the platforms
> it is being used on. In Windows, that means MFC.
not really. MFC is a bloated C++ layer built on top of Windows' real
native GUI.
(wxWindows 1.X was a bloated emulation of that layer; wxPython 2.X
isn't quite as bad, but it still has an MFC smell...)
</F>
More information about the Python-3000
mailing list