How do I access GUI (GTK) from multi threads?
- by nubela
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.