> But i don't know how to change first column background just in the
> data.
There are two ways. If you need to have individual colors for each row
you would define a column that you use to store your background color
in for every entry of your GtkListStore. Let's say you define a column
as COLUM
Hi guys,
I have a problem with treeview. My first column of treeview where we
have data, is yellow. I want to change to other color. How i make this
in css? I changed the background color of column header with this code:
column-header .button{
background-color: #5b5b5b;
color: black;