Re: Set background color into a Gtk::Treeview row



Hello,

to set different background colors, you have to set up an own
Gtk::CellRenderer like in the pointed documentation.
To set the whole row, you have to do this for every column, because the
cell rendering is column based, not row based.

Bernd


Am Donnerstag, den 15.01.2009, 18:20 +0000 schrieb Filipe Apostolo:
> Hi,
> 
> I trying to set a different raw background when a user activates it.
> 
> I have search and I found in the documentation how to set a different
> background to a desired column:
>     section: Specifying CellRenderer details
>     page:
> http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/sec-treeview.html
> 
> I've searched the list archive but I couldn't find any solution.
> Can you point some examples?
> 
> Best regards
> Filipe Apóstolo
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]