gtk_clist_sort after gtk_clist_append
- From: xander <xvw warande0147 warande uu nl>
- To: gtk-list gnome org
- Subject: gtk_clist_sort after gtk_clist_append
- Date: Mon, 10 Jul 2000 06:18:33 +0200 (CEST)
Hi,
When I issue the following piece of code:
gtk_clist_freeze(GTK_CLIST(clist));
gtk_clist_append(GTK_CLIST(clist), text); /* text is a gchar** */
gtk_clist_sort(GTK_CLIST(clist));
gtk_clist_thaw(GTK_CLIST(clist));
I get some weird lines/stripes. Is this a bug?
I did init the clist correctly (GTK_SELECTION_BROWSE+compare func+default
column).
Any hints?
--
A skunk sat on a stump and thunk the stump stunk,
but the stump thunk the skunk stunk.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]