Gtk.TextTag.new

function new(name:String):Gtk.TextTag {
    // Gjs wrapper for gtk_text_tag_new()
}

Creates a Gtk.TextTag. Configure the tag using object arguments, i.e. using GObject.set.

name

tag name, or null

Returns

a new Gtk.TextTag