[wxPython] parent window

Hi,

I started to use wxPython to extend functionality of another (C++)program
which has Python interface embedded in. I wonder how can I fetch C++
application window to set it as parent for my wxPython dialog box. If this
possible? I can extend functionality of application python interface but
what should I send to python?

Regards,
Mariusz

I started to use wxPython to extend functionality of another (C++)program
which has Python interface embedded in. I wonder how can I fetch C++
application window to set it as parent for my wxPython dialog box. If this
possible? I can extend functionality of application python interface but
what should I send to python?

For MSW there is a function named wxWindow_FromHWND. I'm not sure if it
will work for what you need, but it's a start.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!