TextView.moveChild

Updates the position of a child, as for TextView.addChildInWindow.

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