TextBuffer.this

Creates a new text buffer.

  1. this(GtkTextBuffer* gtkTextBuffer)
  2. this(TextTagTable table)
    class TextBuffer

Parameters

table TextTagTable

a tag table, or NULL to create a new one. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta