From: Duilio P. <dp...@fc...> - 2004-10-21 16:01:31
|
> Does anyone has experience with GTK2 and threading, is there a way, a > function that locks all threads in a way GTK2 is happy, so I can safely > adjust values from within different threads ? > > Cheers, > Dennis Gtk2 doesn't handle threads by itself, it uses Glib for that. I'm not really shure, but a way to control a chunk of threads is to use a pool of threads, with GThreadPool. I cannot check this from where I'm right now, but I will do at home. Bye, Duilio. |