TextView.moveChild

Updates the position of a child, as for gtk_text_view_add_child_in_window().

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

Parameters

child Widget

child widget already added to the text view

xpos int

new X position in window coordinates

ypos int

new Y position in window coordinates

Meta