TextTag.this

Creates a GtkTextTag.

  1. this(GtkTextTag* gtkTextTag, bool ownedRef)
  2. this(string name)
    class TextTag
    this
    (
    string name
    )

Parameters

name string

tag name, or %NULL

Return Value

a new GtkTextTag

Throws

ConstructionException GTK+ fails to create the object.

Meta