Nikolaus Rath wrote: > How can I force the window to redraw itself after > I have updated the state variables? Look at the queue_draw() and queue_draw_area() methods of class Widget. These cause all or part of the widget to be redrawn next time round the event loop. -- Greg