SetWindowPos(hWnd, InsertAfter, X, Y, cx, cy, Flags)
Sets the position and size of a window
Parameters
hWnd : PyHANDLE
Handle to the windowInsertAfter : PyHANDLE
Window that hWnd will be placed below. Can be a window handle or one of HWND_BOTTOM,HWND_NOTOPMOST,HWND_TOP, or HWND_TOPMOSTX : int
New X coordY : int
New Y coordcx : int
New width of windowcy : int
New height of windowFlags : int
Combination of win32con.SWP_* flags