Text.this

Creates a new GtkText with the specified text buffer.

  1. this(GtkText* gtkText, bool ownedRef)
  2. this()
  3. this(EntryBuffer buffer)
    class Text

Parameters

buffer EntryBuffer

The buffer to use for the new GtkText.

Return Value

a new GtkText

Throws

ConstructionException GTK+ fails to create the object.

Meta