win32gui
.CreateCaret
CreateCaret(
hWnd
, hBitmap
, nWidth
, nHeight
)
Creates a new caret for a window
Parameters
hWnd
: int
handle to owner window
hBitmap
:
PyGdiHANDLE
handle to bitmap for caret shape
nWidth
: int
caret width
nHeight
: int
caret height