I'm getting None returned as my drawingArea.window attribute.  here's a
snippet:

(NOTE: I'm using Glade)

        self.tzdraw = xml.get_widget("TimezoneDrawingArea")

        self.tzdraw.show()
        assert self.tzdraw
        assert self.tzdraw.window  #This fails


I have also tried realize() in place of show() with the same result.
Any hints?

sjbrown


_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to