Re: [pygtk] How to use a Tkinter widget inside a PyGtk HMI?

2005-05-20 Thread Sebastien Aubry
Skip Montanaro wrote: Sebastien> I would like to know if there is a method for using a Tkinter Sebastien> widget inside a PyGtk or wxPython interface. If you're willing to use two separate processes perhaps you can use the gtk.Socket and/or gtk.Plug widgets: http://www.pygtk.or

Re: [pygtk] How to use a Tkinter widget inside a PyGtk HMI?

2005-05-20 Thread Skip Montanaro
Sebastien> I would like to know if there is a method for using a Tkinter Sebastien> widget inside a PyGtk or wxPython interface. If you're willing to use two separate processes perhaps you can use the gtk.Socket and/or gtk.Plug widgets: http://www.pygtk.org/pygtk2reference/class-gtkp

[pygtk] How to use a Tkinter widget inside a PyGtk HMI?

2005-05-20 Thread Sebastien Aubry
[This question has already been issued on the comp.lang.python newsgroup] Hello, I happen to use in my programs a widget based on Tkinter Canvas. It is Zinc (http://www.tkzinc.org), which allows to draw using transparency, gradients, translations, rotations, ... using OpenGL. However, this widget d