sugarlabs / sugar-artwork

Sugar icons and themes
Apache License 2.0
11 stars 33 forks source link

Use style props to set odd and even colours #80

Closed samdroid-apps closed 8 years ago

samdroid-apps commented 8 years ago

Gtk+ has removed the .row regions upstream [1] and we can migrate to the style props instead.

NOTE: this doesn't actually fix the bug for me, so this is just to remind me to test whose fault it is at a later date

NOTE: I used the find function, however I can't actually see an implementation of the odd/even coloring in gtktreeview.c. I'm running 3.19.1, which that commit is included in, and I don't see it working :crying_cat_face:. I think this might be the last we see of row colouring without persuing things upstream.

#include <gtkcssrant.h>

[1] https://github.com/GNOME/gtk/commit/b65f400d565a3d30a9cd8b686296176f00abefee

samdroid-apps commented 8 years ago

This is an issue upstream, https://bugzilla.gnome.org/show_bug.cgi?id=757495