Hi,

> I'm wondering how can I change the back colour of some row of a TreeView ...

Use a dedicated column in your TreeModel to to store the colors and map
them using TreeViewColumn.AddAttribute(CellRenderer, string, int) with
the "background_gdk" property.

I hope it's enought to start.

Ohhh, and read a lot of documentation, dude, because it's a complex
API ;)

-- 
Laci

    Blog: http://monda.hu/~laci/blog
    Home: http://mondalaci.objectis.net


_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to