Re: multi thread pb



Vincent LE PRINCE <vincent leprince wanadoo fr> writes:
gnome_dialog_run( GNOME_DIALOG(dlg) );

This runs the main loop, you can't do that from another thread.

Also, gnome-libs doesn't work with threads. You have to use plain GTK
if you access the GUI from multiple threads.

Havoc





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