Hi, I have a widget that needs to use gtk.idle_add(...), in some situations
I'd like to force gtk to process what is in idle. I thought I could use:

  t = MyWidgetWidthIdle()
  gtk.main_iteration_do()
  t.my_method()

But it does not seem to change anything, t.my_method() is called when the
idle_callback has not yet been run.

Do I understand exactly that main_iteration_do() is for this purpouse?
Is there some other way to achieve the same geal?


thanks
sandro



-- 
Sandro Dentella  *:-)
http://sqlkit.argolinux.org        SQLkit home page - PyGTK/python/sqlalchemy
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to