Re: how to process only some GTK events and leave the others in the queue

2008-12-28 Thread Francesco Montorsi
Tristan Van Berkom ha scritto: On Sun, Dec 28, 2008 at 6:45 AM, Francesco Montorsi Is it possible? Hi, for some odd cases you can use: http://library.gnome.org/devel/gdk/stable/gdk-Events.html#gdk-event-put i.e. by pumping the events out of the event queue yourself, and putting the ones yo

Re: how to process only some GTK events and leave the others in the queue

2008-12-28 Thread Tristan Van Berkom
On Sun, Dec 28, 2008 at 6:45 AM, Francesco Montorsi wrote: > Hi, > is it possible to process only some specific events from the GTK/GDK event > queue and leave the others in the queue so they can be processed later by > the main loop? > > I'll try to explain it better: I have a GTK-based app whi

how to process only some GTK events and leave the others in the queue

2008-12-28 Thread Francesco Montorsi
Hi, is it possible to process only some specific events from the GTK/GDK event queue and leave the others in the queue so they can be processed later by the main loop? I'll try to explain it better: I have a GTK-based app which runs the gtk_main() in its void main(). However at a certain p