Christopher> If I do something like

    Christopher> gobject.idle_add(foo)
    Christopher> gobject.idle_add(must_run_after_foo)

    Christopher> Then am I guaranteed that these will indeed happen in the
    Christopher> expected order?

If the documentation doesn't state it, I don't think you can assume it.
Yuri showed one way to get the behavior you wanted.

-- 
Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/
_______________________________________________
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