Re: GtkTreeView only displays one column

2006-01-09 Thread Tony Houghton
In [EMAIL PROTECTED], Tony Houghton wrote: I'm trying to use GtkTreeView with GtkListStore to show a list of rows, each containing a radio button and a bit of text (file leafname). The trouble is I can only get the TreeView to show one column at a time. I've distilled my code down to a

Re: GtkTreeView only displays one column

2006-01-09 Thread David Necas (Yeti)
On Mon, Jan 09, 2006 at 02:23:08PM +, Tony Houghton wrote: I've distilled my code down to a standalone program. Hopefully now someone else will easily be able to play with it and see what's wrong. The column becomes visible when you (a) do not set sizing mode to GTK_TREE_VIEW_COLUMN_FIXED

Re: GtkTreeView only displays one column

2006-01-09 Thread Tony Houghton
In [EMAIL PROTECTED], you wrote: On Mon, Jan 09, 2006 at 02:23:08PM +, Tony Houghton wrote: I've distilled my code down to a standalone program. Hopefully now someone else will easily be able to play with it and see what's wrong. The column becomes visible when you (a) do not set

GtkTreeView only displays one column

2006-01-08 Thread Tony Houghton
I'm trying to use GtkTreeView with GtkListStore to show a list of rows, each containing a radio button and a bit of text (file leafname). The trouble is I can only get the TreeView to show one column at a time. The bits of code I'm using to do this are: enum { cfColumn_Radio,