On Tue, 2010-03-30 at 11:55 +0200, michi7x7 wrote: > While it seems straightforward enough to get a row from the *model* > and > > get/set values there, I cannot for the life of me figure out how to > > access a row in the *view*. CellRenderers seems completely column > based > > and not accessable from the model or store.
Yes, if you want to change something in the view, you change it in the model. So I guess you can change the color in all the columns of the model for that row. This might be easier when using set_cell_data_func() instead of model data. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
