ListStore.new_
Creates a new gtk.list_store.ListStore.
This function is meant to be used by language bindings.
Parameters
types | an array of GType types for the columns, from first to last |
Returns
a new gtk.list_store.ListStore
Deprecated
Use gio.list_store.ListStore instead