On 25/09/2007, Kristian Rietveld <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 24, 2007 at 06:30:36PM +0930, Kieran Clancy wrote:
> > In the list store I have a string field which is displayed in the
> > column, and a boolean field which should make the text bold or not. In
> > the code linked, if I set
On Mon, Sep 24, 2007 at 06:30:36PM +0930, Kieran Clancy wrote:
> In the list store I have a string field which is displayed in the
> column, and a boolean field which should make the text bold or not. In
> the code linked, if I set COL_BOLD to TRUE in all three rows, all of
> them become bold. If a
Hi,
I am trying to make one row of a GtkTreeView bold, following the tutorial at:
http://scentric.net/tutorial/
(http://scentric.net/tutorial/sec-treeview-col-whole-row.html)
In the list store I have a string field which is displayed in the
column, and a boolean field which should make the text b