> James, Johan: is this a known bug? Or is it a TODO item? This needs to > be fixed. GdkEvent needs to be subclassed to GdkEventExpose where > appropriate, right? I'm willing to try to fix this someday, if you want.
Event is infact a GdkEventExpose, it's just called GdkEvent to make things a bit easier for the code generator. Everything except the region member in the GdkEventExpose struct is wrapped. So you can access area for instance: event.area.x etc -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
