Hello,

I've read that timeout functions registered with gtk.timeout_add()
may be called from a separate thread; but is this true even if I
don't initialize threading with gtk.threads_init()? My plan was to
have an independent thread--that never makes GDK or GTK
calls--store events in a Queue, from which they would be picked up
by a timeout handler that I hoped would run in the gtk main thread.
I wanted to use this design in order to account for setups where
GTK threading is unavailable or broken.

Thanks,
Jesse

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to