StringList.this

Creates a new GtkStringList with the given @strings.

  1. this(GtkStringList* gtkStringList, bool ownedRef)
  2. this(string[] strings)
    class StringList
    this
    (
    string[] strings
    )

Parameters

strings string[]

The strings to put in the model

Return Value

a new GtkStringList

Throws

ConstructionException GTK+ fails to create the object.

Meta