Hi, Janos Blazi wrote:
> Does the function g_main_context_iteration() exist in pygtk? > I hav a loop where I have a lengthy procedure with files and I should > like to enable the mainloop to process events while I am busy. One of > the reasons is that I run a progressbar that does not work and I think > the reason is that the main loop has no time of processing the > messages. try gtk.mainiteration(), gtk.mainloop() and gtk.events_pending(). doing "import gtk" and "dir(gtk)" in interactive mode is helpful sometimes. Markus -- "Ihre Meinung ist mir zwar widerlich, aber ich werde mich dafuer totschlagen lassen, dass sie sie sagen duerfen." - Voltaire _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
