StringList.this

Creates a new gtk.string_list.StringList with the given strings.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string[] strings)
    class StringList
    this
    (
    string[] strings = null
    )

Parameters

strings string[]

The strings to put in the model

Return Value