On 2/24/07, Fredrik Corneliusson <[EMAIL PROTECTED]> wrote:
Hi, If you are targeting win32 I would suggest using "gobject.idle_add(...)" instead if you want to update GTK UI from sub threads. See these FAQ entries for more info:
The thread does not update the gui, it sits in the background waking up from t ime to time to process some data... The main app watches the file on disk for changes (via pyinotify) and then updates the UI -- Rob _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
