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
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