EntryBuffer.this

Create a new gtk.entry_buffer.EntryBuffer 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

Return Value