ListStore.new_
gtk.list_store.ListStore new_(gobject.types.GType[] types)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