Re: Append to list store doesn't get all column attributes

2011-07-27 Thread James
On Thu, 2011-07-28 at 07:08 +0200, Florian Müllner wrote: > Hey, > > 2011/7/28 James > In a dialog with a scrolled window displaying a list, with one > column in > the view, where the cells are editable; > > > gtk_tree_view_insert_column_with_attributes (GTK_TRE

Re: Append to list store doesn't get all column attributes

2011-07-27 Thread Florian Müllner
Hey, 2011/7/28 James > In a dialog with a scrolled window displaying a list, with one column in > the view, where the cells are editable; > > gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (view), >-1, >"Name", >

Append to list store doesn't get all column attributes

2011-07-27 Thread James
Hi, (Sorry if this appears twice. I sent it from the wrong address earlier.) In a dialog with a scrolled window displaying a list, with one column in the view, where the cells are editable; gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (view), -1,