Tag.this

Creates a gtksource.tag.Tag.

Configure the tag using object arguments, i.e. using gobject.object.ObjectWrap.set.

For usual cases, gtksource.buffer.Buffer.createSourceTag is more convenient to use.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string name)
    class Tag
    this
    (
    string name = null
    )

Parameters

name string

tag name, or null.

Return Value