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.
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list