gtk3 css GtkTreeView column header color

2012-01-20 Thread john beritz
I'm using Gtk+-3.2.3 on Ubuntu natty. How can I set the column header color for a list in a GtkTreeView with css? ( Header is visible ) I can set row color with: GtkTreeView row { background-color: red; } So I tried this for the column header which doesn't work: GtkTreeView column-header {

GtkTreeView row color with CSS

2012-01-17 Thread john beritz
How can I change the unselected row color in a GtkTreeView using CSS in Gtk3? I've tried even-row-color, -GtkWidget-even-row-color and GtkTreeView row:nth-child(even) /* COMPILE WITH: gcc -Wall -o tree1 `pkg-config --cflags --libs gtk+-3.0` tree1.c */ #include gtk/gtk.h enum { LIST_ITEM = 0,

change primary toolbar color

2011-12-18 Thread john beritz
How do I change the color of a GtkWindow primary toolbar using CSS ? I'm using Gtk+-3.2.0 on Ubuntu natty and C language. Thanks ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list