TreeViewColumn.setResizable

If resizable is true, then the user can explicitly resize the column by grabbing the outer edge of the column button.

If resizable is true and sizing mode of the column is gtk.types.TreeViewColumnSizing.Autosize, then the sizing mode is changed to gtk.types.TreeViewColumnSizing.GrowOnly.

More...
class TreeViewColumn
void
setResizable
()

Parameters

resizable bool

true, if the column can be resized

Detailed Description

Deprecated: Use GtkColumnView instead