JiggaHertz
unread,Jan 7, 2005, 1:07:19 PM1/7/05You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am trying to write a gui with pygtk that swallows an external
application. I've tried the plug/sockets example in the documentation
modifying the plug to be an xterm. However, the xterm isn't swallowed
by the python script. I have seen some c code which accomplishes this
via an X reparent call. I was wondering how I would implement this with
pygtk?