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.
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.
According to their Best Practices:
The following example is provided; you should use
Invoke
to execute any Gtk code from within the main loop: