Thanks, Robin, for pointing me to GetHandle for the X window handle.
I need to look further in the plotting package. It currently
creates its own X windows for plotting and does not have a
mechanism for using an existing X Window handle. Not only does this
package use expose events delivered to the window to draw, it is
also expecting mouse events to zoom and pan.
Thanks, Robin, for pointing me to GetHandle for the X window handle.
I need to look further in the plotting package. It currently
creates its own X windows for plotting and does not have a mechanism for using an existing X Window handle. Not only does this
package use expose events delivered to the window to draw, it is
also expecting mouse events to zoom and pan.
You might want to look at DISLIN. I don't know if it meets all your needs but it has Python wrappers already and people have used it with wxPython in the past.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!