If I do something like

gobject.idle_add(foo)
gobject.idle_add(must_run_after_foo)

Then am I guaranteed that these will indeed happen in the expected order?
Would be good to know before I base quite a lot of my application on this assumption (using idle_add to mean "I need all this stuff to get done, and in order, but not right now, and not the exclusion of user events")

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