Re: Opening a GtkWindow from a Thread
- From: Tor Lillqvist <tml iki fi>
- To: vbutty12 netscape net
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Opening a GtkWindow from a Thread
- Date: Wed, 2 Aug 2006 11:07:24 +0300
vbutty12 netscape net writes:
I am desperatly trying to open a dialog box from a thread on
Windows XP.
Using GTK+ from multiple threads doesn't work on Windows, see bug
#60620. (And doing that is usually considered bad design anyway, I
think.) Do all your GTK+ calls from the main thread. Use g_idle_add()
to schedule GUI that happens in the main thread from other
threads.
--tml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]