PDA

View Full Version : Embed window with gtk.Socket with pyGtk



minio
March 11th, 2007, 02:41 AM
Hi,
I want to embed application into another application's window, but i have no luck.
I've tried >>this howto<< (http://eccentric.cx/misc/pygtk/pygtkfaq.html#19.15), but instead of getting application embeded into window it opens two separate windows. In C there is a gtk_socket_steal() function for this but it is not in pyGtk. I've also looked into ubuntu installer (it embeds gparted), but i haven't found it helpful.
Please do have anyone idea how to do it?