Re: show/hide widgets

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gtk isn't thread safe, but "thread aware": See Gdk Docs -> Threads.

Basically you have to use

gdk_threads_init()

...

gdk_threads_enter()
gtk_main()
gdk_threads_leave()

...

Before every call from a thread to Gdk / Gtk+ you have to get the Gdk lock
via gdk_threads_enter()

HTH

Jan-Marek
_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux