Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
SetParent
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