TreeStore.new_

gtk.tree_store.TreeStore new_(gobject.types.GType[] types) static nothrow

Creates a new tree store.

This constructor is meant for language bindings.

Parameters

typesan array of GType types for the columns, from first to last

Returns

Deprecated