wxPython widgets

David Bolen db3l at fitlinxx.com
Thu Jun 24 15:14:23 EDT 2004


simoninusa2001 at yahoo.co.uk (simo) writes:

> Yeah, wxPython does have it's own widgets, which I assume are written
> in C++ for wxWidgets with a Python wrapper, and are not specifically
> coded in Python (so could be used for C++ apps too?)

I believe everything under wx.lib is pure Python, although in many
cases it subclasses existing wxWidgets widgets to extend them.  Also
over time some of them have been replaced by wxWidgets core additions.

> I personally like the wx.lib.dialogs.ScrolledMessageDialog - makes a
> very nice about/changelog dialog, although I think that comes from
> PythonCard?

Could be - you can see the source in the dialogs.py file in the
wxPython distribution, and the comments indicate they were supplied by
Kevin Altis who also develops for PythonCard.  Not sure which came
first though -)

-- David



More information about the Python-list mailing list