Re: C++ equivalents to gdk_threads_enter() and related?
- From: Chris Vine <chris cvine freeserve co uk>
- To: gtkmm-list gnome org
- Cc: Matthias Kaeppler <noreply finitestate org>
- Subject: Re: C++ equivalents to gdk_threads_enter() and related?
- Date: Thu, 22 Sep 2005 22:55:34 +0100
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]