Patty Ackermann wrote:
> hi,
>
> I have initialized a gtk.DrawingArea() object and am trying to return 
> window.handle, but it's always returning None.
> Anyone have any ideas?
If you mean that the drawingarea.window attribute is None it's usually 
because the drawingarea hasn't been realized so call show() or realize() 
before accessing the window attribure.

John
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to