Enumeration
Gtk.TreeViewColumnSizing
Description [src]
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.
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_TREE_VIEW_COLUMN_GROW_ONLY |
"grow-only" |
0 |
Columns only get bigger in reaction to changes in the model |
GTK_TREE_VIEW_COLUMN_AUTOSIZE |
"autosize" |
1 |
Columns resize to be the optimal size every time the model changes. |
GTK_TREE_VIEW_COLUMN_FIXED |
"fixed" |
2 |
Columns are a fixed numbers of pixels wide. |