Hi Bernd, Thanks for the quick answer, but I don't understand how to get the selected row Gtk::CellRenderer. I mean, supose at a moment an user activates a row and I want to change the background of all cell renderers. How can I obtain that row Gtk::CellRenderers' to change the background?
Filipe Ok, but the Bernd Robertz wrote: > 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 >> [email protected] >> http://mail.gnome.org/mailman/listinfo/gtkmm-list >> > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
