moveOverlay

open fun moveOverlay(child: Widget, xpos: Int, ypos: Int)

Updates the position of a child.

See method@Gtk.TextView.add_overlay.

Parameters

child

a widget already added with method@Gtk.TextView.add_overlay

xpos

new X position in buffer coordinates

ypos

new Y position in buffer coordinates