John Hunter wrote: > I have a simple treeview and list store, and want to make certain > cell/row combinations red > _______________________________________________ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ >
use the column.set_cell_data_func() then in the callback you can set background color of the cell as you wish according to the row -- Yann _______________________________________________ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/