Hi list,
I want to alternate color for the row i have in a treeview. I look in
the pygtk faq:
13.12. How do I change the color of the alternate row shading on the
TreeView widget?
<http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq13.012.htp>
I change gtkrc like this:
style "mystyle" {
GtkTreeView::even_row_color = "64200"
GtkTreeView::odd_row_color = "40657"
}
But the color doesn't change.
What is the problem please?
I'm on pygtk 2.6.2 , windows XP, GTK Runtime Environnement 2.6.7.Rc1
Tanks,
Philippe Collet
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/