TreeStore.new_
gtk.tree_store.TreeStore new_(gobject.types.GType[] types)Creates a new tree store.
This constructor is meant for language bindings.
Parameters
types | an array of GType types for the columns, from first to last |
Returns
a new gtk.tree_store.TreeStore
Deprecated
Use gtk.tree_list_model.TreeListModel instead