Hi!
═
I'm writing GNOME/GTK+ application for Linux that
has a few work thread. Each thread made by "pthread_create" function).
When I try to access GUI from child thread (thread that was made by main
process) my app is locked or dumped. What I have to do to be able wprk with GUI
from a thread that was made by "pthread_create"?
═
Any help will be appreciated!
═
Best regards,
Igor
═ |