Method
GtkTreeViewget_columns
Declaration [src]
GList*
gtk_tree_view_get_columns (
GtkTreeView* tree_view
)
Description [src]
Returns a GList
of all the GtkTreeViewColumn
s currently in tree_view
.
The returned list must be freed with g_list_free ().