how to dock another application under Linux ?

Stef Mientki stef.mientki at gmail.com
Thu Dec 18 14:09:26 EST 2008


hello,

Under windows it's fairly easy to capture an application
and dock in to your own wxPython application,
something like this:
- start the external application from within wxPython
- give the caption of the application a special name
- find de windows handler of the applications mainform
- tell the applications mainform, that some wxpanel is the parent

I use this to dock VPython in wxPython.

Is there a similar solution for Linux ( and Mac) ?

thanks,
Stef



More information about the Python-list mailing list