wxPython widgets
simo
simoninusa2001 at yahoo.co.uk
Thu Jun 24 15:01:21 EDT 2004
Christopher T King <squirrel at WPI.EDU> wrote:
> > if wxPython comes with more widgets that wxWidgets itself? I assume they
> > are just additional widgets provided with wxPython, built using wxWidgets?
> Probably. Tkinter does the same thing (the tkSimpleDialog "widget" is pure
> Python).
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 personally like the wx.lib.dialogs.ScrolledMessageDialog - makes a
very nice about/changelog dialog, although I think that comes from
PythonCard?
More information about the Python-list
mailing list