Constructor
GtkTreeViewColumnnew
deprecated: 4.10
Declaration [src]
GtkTreeViewColumn*
gtk_tree_view_column_new (
void
)
Description [src]
Creates a new GtkTreeViewColumn
.
Deprecated since: 4.10
Use GtkColumnView instead.
Return value
Type: GtkTreeViewColumn
A newly created GtkTreeViewColumn
.
The data is owned by the called function. |