Hi.
I'm using a GtkClist. When it has many rows and
columns, it's hard to see what line i'm reading. So i'd like to separate my rows
and columns with black lines. I tried to use a GtkStyle associated with the
rows, and i tried to change any of its colors (fg, bg, text, ...), but none gave
me the expected result.
I tried to use the draw_hline of the GtkStyleclass,
but it's not really what i want (when i resize, lines disappear).
Does anyone have an idea of how to separate rows
and columns with colored lines?
Thanks
Ludo
|