Enumeration (GI Enum)

Gtk-3.0GtkTreeViewColumnSizing

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

Index
AUTOSIZE: 1

Columns resize to be the optimal size everytime the model changes.

FIXED: 2

Columns are a fixed numbers of pixels wide.

GROW_ONLY: 0

Columns only get bigger in reaction to changes in the model

Variables

$gtype