ListStore.this

Creates a new #GListStore with items of type @item_type. @item_type must be a subclass of #GObject.

  1. this(GListStore* gListStore, bool ownedRef)
  2. this(GType itemType)
    class ListStore

Parameters

itemType GType

the #GType of items in the list

Return Value

a new #GListStore

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.44