Re: [gtkmm] Threads and signals



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]