PyCWnd.SetWindowPos

SetWindowPos(hWndInsertAfter, position, flags)

Sets the windows position information

Parameters

hWndInsertAfter : int

A hwnd, else one of the win32con.HWND_* constants.

position : (x,y,cx,cy)

The new position of the window.

flags : int

Window positioning flags.

MFC References

CWnd::SetWindowPos