gtk_clist_sort after gtk_clist_append



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]