| FAQ Index - Search - Recent Changes - Everything - Add entry |
RCS/faq13.059.htp,v --> standard output
revision 1.1
Title: 13.59. Changing full background color of Treeview
Last-Changed-Date: Tue Oct 13 08:35:39 2009
Last-Changed-Author: Whise
Last-Changed-Email: helderfraga@gmail.com
Last-Changed-Remote-Host:
Last-Changed-Remote-Address: 93.102.77.244
Instead of using modify_bg use modify_base:
treeview.modify_base(STATE, color)
to modify only a row back color you have to:
cell.set_property('cell-background', color)
