Tag.this

Creates a #GtkSourceTag. Configure the tag using object arguments, i.e. using g_object_set().

For usual cases, gtk_source_buffer_create_source_tag() is more convenient to use.

  1. this(GtkSourceTag* gtkSourceTag, bool ownedRef)
  2. this(string name)
    class Tag
    this
    (
    string name
    )

Parameters

name string

tag name, or %NULL.

Return Value

a new #GtkSourceTag.

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

3.20