Re: Setting treeview column width

2007-08-30 Thread Allin Cottrell
On Thu, 30 Aug 2007, Binary Chen wrote: > With following code, I still can't make a fixed sized treeview column, > the column's width is large even after I have set its size, whats wrong > with it? Any other thing affect it? > > column = gtk_tree_view_column_new(); > gtk_tree_view

Re: Setting treeview column width

2007-08-30 Thread Yeti
On Thu, Aug 30, 2007 at 01:22:31PM +0800, Binary Chen wrote: > With following code, I still can't make a fixed sized treeview column, > the column's width is large even after I have set its size, whats wrong > with it? Any other thing affect it? > > column = gtk_tree_view_column_new(); >