wxPython widgets

U

USCode

Hello!
I've downloaded wxPython and have been playing with the demo. It seems as
if wxPython comes with more widgets that wxWidgets itself? I assume they
are just additional widgets provided with wxPython, built using wxWidgets?
Is this correct? Or are all the same widgets available in wxPython also
directly provided for in wxWidgets?
Thanks!
 
C

Christopher T King

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).
 
S

simo

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?
 
D

David Bolen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top