ListStore.this

Non-vararg creation function. Used primarily by language bindings.

  1. this(GtkListStore* gtkListStore, bool ownedRef)
  2. this(GType[] types)
    class ListStore
    this

Parameters

types GType[]

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

Return Value

a new #GtkListStore

Throws

ConstructionException GTK+ fails to create the object.

Meta