Gtk.TextView.prototype.move_child

function move_child(child:Gtk.Widget, xpos:Number, ypos:Number):void {
    // Gjs wrapper for gtk_text_view_move_child()
}

Updates the position of a child, as for Gtk.TextView.prototype.add_child_in_window.

child

child widget already added to the text view

xpos

new X position in window coordinates

ypos

new Y position in window coordinates