Re: [gtkmm] Threads and signals
- From: Fredrik Arnerup <e97_far elixir e kth se>
- To: Greg Rogers <grogers cray com>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Threads and signals
- Date: Tue, 9 Sep 2003 23:04:35 +0200
On Tue, Sep 09, 2003 at 03:34:37PM -0500, Greg Rogers wrote:
> Any reason why the following doesn't work?
gtkmm is not thread safe, so you should never call a gui function directly
from a thread. Instead, use Glib::Dispatcher to send signals between
threads. I think there is a FAQ entry about this.
/Fredrik Arnerup
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]