Re: Opening a GtkWindow from a Thread



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]