Method
Gtk.TreeView.get_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 ().
Return value
| Returns: A list of GtkTreeViewColumn | |
| A list of  | |
| Ownership of the container type is transferred to the caller | |