Re: C++ equivalents to gdk_threads_enter() and related?



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




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