[pygtk] Threaded PYgtk apps and gtk.main_quit()

Rob Brown-Bayliss uncertain.genius at gmail.com
Sat Feb 24 07:12:14 WST 2007


On 2/24/07, Fredrik Corneliusson <fredrik.corneliusson at gmail.com> 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


More information about the pygtk mailing list