StringG.this

Creates a new GString, initialized with the given string.

  1. this(GString* gString)
  2. this(string init)
    class StringG
    this
    (
    string init
    )
  3. this(string init, gssize len)

Parameters

init string

the initial text to copy into the string

Throws

ConstructionException GTK+ fails to create the object.

Meta