How do I access GUI (GTK) from multi threads?

Posted by nubela on Stack Overflow See other posts from Stack Overflow or by nubela
Published on 2010-03-30T19:49:50Z Indexed on 2010/03/30 20:03 UTC
Read the original article Hit count: 629

Filed under:
|
|
|

I have a worker thread spawned from a GUI (for GUI performance), how do I access GUI, such as spawning new windows/widgets from the thread itself?

I tried using delegates but it doesn't seem to be working. Any ideas? Possibly examples? Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about gtksharp