Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
SetWindowExtEx
win32gui
.SetWindowExtEx
(int,int) =
SetWindowExtEx(
hdc
, XExtent
, YExtent
)
Changes the window extents for a DC
Parameters
hdc
:
PyHANDLE
Handle to a device context
XExtent
: int
New X extent in logical units
YExtent
: int
New Y extent in logical units
Return Value
Returns the previous extents