> I have not tried this myself, but I believe you would need to obtain a > pointer to each cell renderer in a given row and then use: > > Gtk::CellRenderer::property_cell_background_gdk() > > to set the background color of each one in turn.
I think people usually do that in a cell_data_func slot. > Bob > > Nicolas Haller wrote: > >>Good Day all, >> >>I use a TreeView to see some informations. I would to know if it's >>possible to change the color background of an entire row. >> >>regards, >> >> >> > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
