N. Volbers wrote:
[example]
Thanks, I will give it a look as soon as possible!

So in principle, you can steal any window as long as you have its window id.  Unfortunately I don't really know how to get this id from a Tkinter widget (the xwininfo method is not so thrilling).
I think this is the way to get the id from a Tkinter window:

import Tkinter
t = Tkinter.Tk()
xid = t.winfo_id()

But I have not managed to use the socket.py program with this xid. I will investigate further and let you know about this.

Regards

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to