Method
GtkTreeViewcolumns_autosize
deprecated: 4.10
Declaration [src]
void
gtk_tree_view_columns_autosize (
GtkTreeView* tree_view
)
Description [src]
Resizes all columns to their optimal width. Only works after the treeview has been realized.
Deprecated since: 4.10
Use GtkListView
or GtkColumnView
instead.