Entry.this

Creates a new entry with the specified text buffer.

  1. this(GtkEntry* gtkEntry, bool ownedRef)
  2. this()
  3. this(EntryBuffer buffer)
    class Entry

Parameters

buffer EntryBuffer

The buffer to use for the new GtkEntry.

Return Value

a new GtkEntry

Throws

ConstructionException GTK+ fails to create the object.

Meta