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 [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/