I changed the foreground color in a GtkTreeView and it works if the selection is set to GTK_SELECTION_NONE, but the color changes back to the default if I set gtk_tree_selection_set_model to GTK_SELECTION_SINGLE
and I select the item with my mouse.

Is there a way to keep my chosen foreground color even if the selection mode is not GTK_SELECTION_NONE?

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to