[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: multithreaded redrawing
- From: Havoc Pennington <hp redhat com>
- To: psionic psionic de
- Cc: gtk-app-devel-list gnome org
- Subject: Re: multithreaded redrawing
- Date: 02 Oct 2001 21:45:04 -0400
Jochen Schaeuble <psionic@psionic.de> writes:
>
> I tried to use a pthread to add content to a GtkCTree. My problem is
> that from time to time the application suffers redraw problems (the
> content is not redrawn properly). If this happens the application
> needs to be restartet. Is it possible to do this? Is there
> anything I have to take care of? I just passed a pointer to a GtkCTree
> instance as param to the pthread function (I didn't do any thread
> initialization with glib).
>
Read the FAQ about using GTK multithreaded. You need to init threads
and use locking.
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]