win32gui.RedrawWindow

RedrawWindow(hWnd, rcUpdate, hrgnUpdate, flags)

Causes a portion of a window to be redrawn

Parameters

hWnd : PyHANDLE

Handle to window to be redrawn

rcUpdate : (int,int,int,int)

Rectangle (left, top, right, bottom) identifying part of window to be redrawn, can be None

hrgnUpdate : PyGdiHANDLE

Handle to region to be redrawn, can be None to indicate entire client area

flags : int

Combination of win32con.RDW_* flags