EntryBuffer.this

Create a new GtkEntryBuffer object. Optionally, specify initial text to set in the buffer. Since 2.18

  1. this(GtkEntryBuffer* gtkEntryBuffer)
  2. this(string initialChars)
    class EntryBuffer
    this
    ()

Parameters

initialChars string

initial buffer text, or NULL. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta