GtkTreeViewColumnSizing

The sizing method the column uses to determine its width. Please note that gtk.types.TreeViewColumnSizing.Autosize are inefficient for large views, and can make columns appear choppy.

Values

ValueMeaning
GrowOnly0

Columns only get bigger in reaction to changes in the model

Autosize1

Columns resize to be the optimal size every time the model changes.

Fixed2

Columns are a fixed numbers of pixels wide.