On Wed, 12 Mar 2003, Steve McClure wrote:

..
> I don't know about better but I have done something "similar" to deal
> with the fact that I need to do GTK stuff inside other threads in my
> app.  Basically, I event (not-GTK related) that cause code to be
> executed in another thread. I added a mechanism to queue up the events
> and code in the main thread will process the events as the result of a
> GTK timeout.  Maybe you could something similar?  I'm not sure that you
> would want to since you found something that works.

I don't think this would work because the issue is a problem for all IO,
idle, and timeout events, because each of these events can be called by
calling mainiteration.

:-(

--
"Never try to write to ROM - it wastes your time and annoys the ROM."

Jon Nelson <[EMAIL PROTECTED]>
C and Python Code Gardener
_______________________________________________
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