[pygtk] treeview w/ markup

Yann Leboulanger asterix at lagaule.org
Thu Sep 27 22:18:55 WST 2007


John Hunter wrote:
> I have a simple treeview and list store, and want to make certain
> cell/row combinations red
> _______________________________________________
> pygtk mailing list   pygtk at 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


More information about the pygtk mailing list