EntryBuffer.this

Create a new GtkEntryBuffer object.

Optionally, specify initial text to set in the buffer.

  1. this(GtkEntryBuffer* gtkEntryBuffer, bool ownedRef)
  2. this(string initialChars, int nInitialChars)
    class EntryBuffer
    this

Parameters

initialChars string

initial buffer text, or NULL

nInitialChars int

number of characters in initial_chars, or -1

Return Value

A new GtkEntryBuffer object.

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.18