Re: multithreading gtk app



On 30 June 2010 02:57, Mick <bareman 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]