Embedding wxPython in Motif I notice there is a function wxWindow_FromHWND() which can be used to embed a wxPython window in window from another toolkit.
Is there an equivalent for Unix/Gtk to allow a wxPython window to be embedded in a Motif app?
If not, would it be possible to add one?
regards,
Richard Townsend
I notice there is a function wxWindow_FromHWND() which can be used to embed a wxPython window in window from another toolkit. Is there an equivalent for Unix/Gtk to allow a wxPython window to be embedded in a Motif app?
I notice there is a function wxWindow_FromHWND() which can be used to embed a wxPython window in window from another toolkit.
No.
It would require taking the X window handle and turning it into a specific custom gtk widget. I don't know if that is possible or not.
Richard.Townsend@edl.uk.eds.com wrote:
-- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!