Re: freely re sizable GtkTreeView columns

2013-12-08 Thread Andrew Potter
On Sun, Dec 8, 2013 at 2:45 PM, Max Linke wrote: > I'm writing my first GTK app with pygobject. I'm struggling with the > resizing of treeview columns. The data in one column are quite long > strings (filepaths) and I want to be able to dynamically resize the > column to something smaller then th

freely re sizable GtkTreeView columns

2013-12-08 Thread Max Linke
Hi I'm writing my first GTK app with pygobject. I'm struggling with the resizing of treeview columns. The data in one column are quite long strings (filepaths) and I want to be able to dynamically resize the column to something smaller then the length of the strings. I'm creating the columns lik