TextView.moveOverlay

Updates the position of a child.

See [method@Gtk.TextView.add_overlay].

class TextView
void
moveOverlay
(,
int xpos
,
int ypos
)

Parameters

child Widget

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

xpos int

new X position in buffer coordinates

ypos int

new Y position in buffer coordinates

Meta