Re: [gtk-list] Help! (CList strangeness)
- From: Paul Barton-Davis <pbd op net>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Help! (CList strangeness)
- Date: Sun, 19 Mar 2000 17:48:57 -0500
>I have a problem with a CList behaving very strangely, the titles
>on the top of the CList will cycle through a 'blank' => 'text' =>
>[next title] loop whenever an entry is added to the list (!)
.
.
.
>... and I call the addClip routine from a thread as below:
Danger Will Robinson! Do you really mean "from a thread" ? You can't
make calls to GTK functions from multiple threads without taking more
care than I see apparent here. At the very least, you need
GTK_THREADS_ENTER and GTK_THREADS_LEAVE macros surrounding the block
of GTK calls.
--p
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]