win32gui.DrawEdge

PyRECT = DrawEdge(hdc, rc , edge , Flags )

Draws edge(s) of a rectangle

Parameters

hdc : PyHANDLE

Handle to a device context

rc : PyRECT

Rectangle whose edge(s) will be drawn

edge : int

Combination of win32con.BDR_* flags, or one of win32con.EDGE_* flags

Flags : int

Combination of win32con.BF_* flags

Return Value

BF_ADJUST flag causes input rectange to be shrunk by size of border.. Rectangle is always returned.