On Mon, 2005-08-15 at 11:37 -0400, Christopher Kang wrote: > Hello everyone and thank you for keeping the open source community so vibrant. > > I was just wondering, is there a way to embed multiple windows in > pygtk for microsoft windows? It seems like for unix, I can use > plugs/sockets or use Bonobo, but on MS win, when i try to create > gtk.socket(), I get a response saying that gtk.socket() is abstract > class.
gtk.Socket/Plug has _just_ been implemented for win32, thanks to, iirc, Tor Lillqvist. You need gtk+ 2.8 for this. > > Thank you again, > Chris > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
