Where is the PyGTK event stack?

Posted by mkotechno on Stack Overflow See other posts from Stack Overflow or by mkotechno
Published on 2010-04-21T17:09:51Z Indexed on 2010/04/21 17:13 UTC
Read the original article Hit count: 311

Filed under:
|
|
|

You can know if the event stack is empty calling the gtk.events_pending() method, but I want to manipulate the pending events and filter it before the next gtk loop cycle, this data must be stored somewhere as an attribute or something, but where?

Thanks.

© Stack Overflow or respective owner

Related posts about gtk

Related posts about pygtk