PDA

View Full Version : Gtk3 list view, column header color



nocturnal1
January 22nd, 2012, 02:22 AM
I'm using gtk+-3.2.3 with CSS on Ubuntu natty. How can I change the color of the column header of a list in a GtkTreeView ?
I see in the documentation there is:

#define GTK_STYLE_REGION_COLUMN_HEADER "column-header"http://developer.gnome.org/gtk3/3.2/GtkStyleContext.html#GTK-STYLE-REGION-COLUMN-HEADER:CAPS
So it seams possible.

nocturnal1
January 24th, 2012, 06:08 AM
Bump, anyone ?