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

Re: Asyncronous life helper (Was: EggDBus)

2008-12-28 Thread David Zeuthen
On Sat, 2008-12-27 at 20:35 +0100, Alexander Larsson wrote: On Sat, 2008-12-27 at 04:21 -0500, Freddie Unpenstein wrote: This is a side-topic, raised by developments in handling DBus, but something I feel is worth asking... Is there any mechanism for making working with asynchronous stuff

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

gtk clipboard word 2003

2008-12-28 Thread ChilliMac
Hello, I'm developing a python application written in python and using gtk. I need to copy a gtk image and paste it into Microsoft Word 2003. Pasting to Excel 2003, WordPad, Paint and so on, works perfect, but not to Word 2003. When i try to paste the image there, just nothing happens. This