Re: thread problem
"drhammerit" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
....
> If you can restructure your program yourself so that all GTK+ calls
> that will invoke GDI are done from a single "GUI" thread, it should
> work fine. (Note that any thread can invoke "callbacks" in the GUI
> thread using gtk_idle_add.)
>
> --tml
Thanks a lot. I have no many problem to insert all GUI call in main
thread.
hello
dr hammer