Constructor
GtkTreeViewnew
deprecated: 4.10
Declaration [src]
GtkWidget*
gtk_tree_view_new (
void
)
Description [src]
Creates a new GtkTreeView
widget.
Deprecated since: 4.10
Use GtkListView
or GtkColumnView
instead.
Return value
Type: GtkWidget
A newly created GtkTreeView
widget.
The data is owned by the called function. |