Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
DrawFocusRect
win32gui
.DrawFocusRect
DrawFocusRect(
hDC
, rc
)
Draws a standard focus outline around a rectangle
Parameters
hDC
:
PyHANDLE
Handle to a device context
rc
: (int, int, int,int)
Tuple of (left,top,right,bottom) defining the rectangle