Gtk.TextView.prototype.add_child_at_anchor

function add_child_at_anchor(child:Gtk.Widget, anchor:Gtk.TextChildAnchor):void {
    // Gjs wrapper for gtk_text_view_add_child_at_anchor()
}

Adds a child widget in the text buffer, at the given anchor.

child

a Gtk.Widget

anchor

a Gtk.TextChildAnchor in the Gtk.TextBuffer for text_view