[Gtk-sharp-list] ListStore/TreeView-question
Mike Kestner
mkestner@ximian.com
Mon, 07 Jun 2004 09:44:51 -0500
On Sun, 2004-06-06 at 15:01, Viktor Stansvik wrote:
> What I want to do is to make the rows representing
> programs that have already been showed to render differently (ie thinner
> font, non-active toggle-button etc).
>
> Can anyone please point me in the Right Direction (tm)?
You probably want to add another column to your TreeModel to expose the
font weight for that row and bind that column to the appropriate
attribute on the Text renderers, etc.
Mike