Hi, Does anybody know the fastest way to trigger a DrawingArea redaw in pygtk? At the moment, I'm using a bit of a hack:
def redraw(self): self.area.hide() self.area.show() Is there a better way to trigger a redraw? This causes flickering when the window gets bigger than 400x400 pixels, which is a nuisance... there must be a better way of clearing the area and letting it redraw itself? Many thanks for any help, Alex -- http://mail.python.org/mailman/listinfo/python-list