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
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
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