[Gtk-sharp-list] TreeView row editing.

Mike Kestner mkestner@speakeasy.net
Tue, 02 Sep 2003 23:44:49 -0400


On Tue, 2003-09-02 at 14:49, Jason Boutwell wrote:

> I need the ability to change the foreground color (text color) of
> individual rows in my TreeView(s). Is there a way to do this? I see that
> I can alter the foreground of CellRendererText objects, but I do not see
> how I can access these renderer(s) on a per-row basis.

You need to add a color column to your tree/list store and bind it to
the color property on the cell renderer.

-- 
Mike Kestner <mkestner@speakeasy.net>