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>



_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to