win32gui
.SetParent
int =
SetParent(
child
, child
)
changes the parent window of the specified child window.
Parameters
child
: int
handle to window whose parent is changing
child
: int
handle to new parent window