I'm trying to use a 2nd gtk drawingarea as a back buffer and flip the screens during an expose event. Trouble is, none of the expose event handlers seem to call my code, which, as a test, is
def expose_event(self,widget): print "test expose"
I've tried connecting that to the expose event of the GtkDrawingArea, the GtkScrolledWindow that it's wrapped in, and the GtkWindow that holds it - all to no avail.
Am I doing something stupid here, or just missing the obvious?
Cheers, Chris
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
