Re: GTK and threads

2008-07-29 Thread Bernhard Jung
Hi, thanks for your replies I think I'll get it working now. Regards Bernhard ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK and threads

2008-07-29 Thread jcupitt
Hi, 2008/7/29 Bernhard Jung <[EMAIL PROTECTED]>: > I'm currently having a problem in a application where I try to update a > GtkListStore from a thread. When calling gtk_list_store_set I often get error > messages that repeat GTK doesn't work like this. You can call gtk from more than one thread,

Re: GTK and threads

2008-07-29 Thread Paul Davis
On Tue, 2008-07-29 at 16:00 +0200, Bernhard Jung wrote: > Is this behavior normal to GTK+? I know in Java/Swing and .NET/Windows Forms > manipulation of GUI widgets has to be done in a special thread. Is there a > similar concept in GTK+? Or maybe something is wrong with my code? You have 2 ch

RE: GTK and threads

2005-02-28 Thread Vlietstra, Joe (NSSD)
Sven Neumann <[EMAIL PROTECTED]> writes: > "Vlietstra, Joe (NSSD)" <[EMAIL PROTECTED]> writes: > > Our group has previously written several multithreaded GTK > > applications. We had a problem with a new application, > > investigated, read the API docs, and now we are completely > > confused abou

Re: GTK and threads

2005-02-27 Thread Sven Neumann
Hi, "Vlietstra, Joe (NSSD)" <[EMAIL PROTECTED]> writes: > Our group has previously written several multithreaded GTK applications. > We had a problem with a new application, investigated, read the API docs, > and now we are completely confused about GTK threads. > > The example applications in th