ListStore.new_

Creates a new gtk.list_store.ListStore.

This function is meant to be used by language bindings.

More...

Parameters

types gobject.types.GType[]

an array of gobject.types.TYPE_FLAG_RESERVED_ID_BIT types for the columns, from first to last

Return Value

Type: gtk.list_store.ListStore

Detailed Description

Deprecated: Use gio.list_store.ListStore instead