Re: Trying to make some workaround for win32 + gtk + threads bug

2006-09-11 Thread Chris Sparks
One approach could be to have a GTK thread that handles all other thread's GTK calls, like an X Server. Not trivial but you could isolate the choice for commands that you'll serve. Chris Tor Lillqvist wrote: >Tomasz Jankowski writes: > > Now I want to know, what I can do with widgets created

Re: Trying to make some workaround for win32 + gtk + threads bug

2006-09-10 Thread Tor Lillqvist
Tomasz Jankowski writes: > Now I want to know, what I can do with widgets created in main > thread. I noted, that I can't show/hide widgets from various > threads, are there some more things, which I can't do with widgets > from varoius threads on Win32? I don't think any systematic experiment

Trying to make some workaround for win32 + gtk + threads bug

2006-09-10 Thread Tomasz Jankowski
Hi! I've already wrote some code, which make me able to create widgets from diffrent threads and it seems to be working (I used GAsyncQueue for it). Now I want to know, what I can do with widgets created in main thread. I noted, that I can't show/hide widgets from various threads, are there some m