2005/8/15, Christopher Kang <[EMAIL PROTECTED]>: > 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.
The gtk.socket() and gtk.plug() will work on windows with pygtk 2.8, Tor Lillqvist have just finish to make it work on win32 and are included in GTK 2.8. cheers -- Gian Mario Tagliaretti PyGTK GUI programming http://www.parafernalia.org/pygtk/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
