Enumeration
GtkTreeViewColumnSizing
deprecated: 4.20
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.
Deprecated since: 4.20
There is no replacement.
Members
- 
            GTK_TREE_VIEW_COLUMN_GROW_ONLY
- 
            Columns only get bigger in reaction to changes in the model. - Value: 0
- Available since: 4.0
 
- Value: 
- 
            GTK_TREE_VIEW_COLUMN_AUTOSIZE
- 
            Columns resize to be the optimal size every time the model changes. - Value: 1
- Available since: 4.0
 
- Value: 
- 
            GTK_TREE_VIEW_COLUMN_FIXED
- 
            Columns are a fixed numbers of pixels wide. - Value: 2
- Available since: 4.0
 
- Value: