ListStore.this

Creates a new gtk.ListStore 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

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.44