On 30 June 2010 02:57, Mick <bare...@tpg.com.au> wrote:
> can anyone point me to an explanation (with examples) to help me
> understand running some dialogs in separate threads. (eg. help,
> preferences, etc)

The general recommendation is to avoid using any GTK+ object from
different threads (because it does not work on Windows and from my own
experience it becomes very difficult to debug), but rather to devote
one thread to all the GTK+ objects, create other threads to do
specific jobs and have those threads communicate (using the GLib's
features).

Regards,

Vivien
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to