[pygtk] Refresh DrawingArea

Dieter Verfaillie dieterv at optionexplicit.be
Fri Nov 11 16:30:44 WST 2011


On Thu, 10 Nov 2011 19:08:32 -0300, craf wrote:
> Hi.
>
> Is there a way to refresh a control DrawingArea?.

You can call queue_draw() or queue_draw_area(x, y, width, height)
on it. See 
http://www.pygtk.org/docs/pygtk/class-gtkwidget.html#method-gtkwidget--queue-draw

mvg,
Dieter



More information about the pygtk mailing list