TreeStore.newv
Description:
[ CCode ( cname = "gtk_tree_store_newv" , has_construct_function = false ) ]
public TreeStore.newv (Type[] types)
public TreeStore.newv (Type[] types)
Creates a new tree store.
Note:
Use [class@Gtk.TreeListModel] instead
This constructor is meant for language bindings.
Parameters:
types |
an array of `GType` types for the columns, from first to last |
n_columns |
number of columns in the tree store |
Returns:
a new `GtkTreeStore` |