Constructor
GtkTreeViewnew_with_model
Declaration [src]
GtkWidget*
gtk_tree_view_new_with_model (
  GtkTreeModel* model
)
Parameters
- model
- 
            Type: GtkTreeModelThe model. The data is owned by the caller of the function. 
Return value
Type: GtkWidget
A newly created GtkTreeView widget.
| The data is owned by the called function. |