EntryBuffer.this

Create a new GtkEntryBuffer object.

Optionally, specify initial text to set in the buffer.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string initialChars)
    class EntryBuffer
    this
    (
    string initialChars = null
    )

Parameters

initialChars string

initial buffer text, or null

Return Value

A new GtkEntryBuffer object.