Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
MoveWindow
win32gui
.MoveWindow
MoveWindow(
hwnd
, x
, y
, width
, height
, bRepaint
)
Parameters
hwnd
: int
The handle to the window
x
: int
y
: int
width
: int
height
: int
bRepaint
: int