Re: [gtk-list] CList updates
- From: Sean Cody <umcodysw cc UManitoba CA>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] CList updates
- Date: Wed, 12 Jan 2000 19:39:11 -0600 (CST)
> The problem I am having is that whenever I use
> gtk_clist_append I have to press a key or move the
> mouse in and out of the window in order for this
> change to be displayed. Do I need to force the
> redisplay of the CList and if so how do I do that.
try freezing a thawing the clist..
gtk_clist_freeze(GTK_CLIST(MyList));
start_your_thread_adding();
end_your_Athread_adding();
gtk_clist_thaw(GTK_CLIST(MyList));
This should fix it.
Sean Cody (aka NullStream)
umcodysw@cc.umanitoba.ca (SCHOOL)
null@fuzyscsi.dhs.org (HOME)
"If God's my witness then God must be blind."
Garbage - As Heaven Is Wide
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]