Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
SetCursor
win32api
.SetCursor
PyHANDLE
=
SetCursor(
hCursor
)
Set the cursor to the HCURSOR object.
Parameters
hCursor
:
PyHANDLE
The new cursor. Can be None to remove cursor.
Win32 API References
Search for
SetCursor
at
msdn
,
google
or
google groups
.
Return Value
The result is the previous cursor if there was one.