TreeStore.this

Non vararg creation function. Used primarily by language bindings.

  1. this(GtkTreeStore* gtkTreeStore)
  2. this(GType[] types)
    class TreeStore
    this

Parameters

types GType[]

an array of GType types for the columns, from first to last. [array length=n_columns]

Throws

ConstructionException GTK+ fails to create the object.

Meta