[wxPython-users] Creating Custom wxPython Widget

Christopher Anderson sidewinder.asu at gmail.com
Wed Dec 6 12:20:08 PST 2006


> You'll need a wrapper (in SWIG or something similiar) to get at your
> C++ data from Python. Depending on where your external data is coming
> from, this might be really easy or pretty hard. If you already have
> the C++ widget written, you can package it up in a library, wrap it
> with swig just like all the other wx libs (stc, media, etc) and you'll
> be pretty good to go.

Yes, that is exactly what I intend to do. But the devil is in the details....




More information about the wxpython-users mailing list