On Fri, Jan 31, 2003 at 03:00:41PM -0400, Pablo Endres wrote: >I'm creating a pixmap and it needs a gtk.gdk.window. How do I get one? >I followed kiko's example from his FAQ, but it doesn't work: >I get an AttributeError wen I call the get_window method.
The FAQ still has some 0.6isms. It's now just foo.window (i.e. an instance attribute instead of a get method.) Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
