On Thursday 22 September 2005 09:58, Matthias Kaeppler wrote:
> Hi,
>
> I noticed that the gdk_threads_enter() and gdk_threads_leave() as well
> as gdk_threads_init() are not present in the Gdk namespace.
>
> Can I find them elsewhere or am I just supposed to use the functions
> from the C API?

Having all GTK+ calls in a single GUI thread and using Glib::Dispatcher to 
communicate with the GUI thread is often a better choice.

But you can use the C API if you want to.

Chris

_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to