[python-win32] Is pure-win32 GetWindowPlacement() available ?
Pierre Rouleau
Pierre_Rouleau at ImpathNetworks.com
Wed Jun 14 00:08:39 CEST 2006
Hi all,
I have been looking for a wrapper for the Win32 function
GetWindowPlacement() but could not find it in the latest version of
Python for Windows extension (version 208). I saw a reference to
PyCWnd.GetWindowPlacement() where a MFC CWnd is needed but could not
find a pure Win32 version.
Does anyone know if this is/will be wrapped?
What I want to do is to be able to detect the state of a window (is it
maximized, minimized, etc...) and I would use GetWindowPlacement() in
Win32 code. Aside from doing my own wrapper, does anyone know if there
is another wrapper function to perform the same action?
Thanks in advance!
--
Pierre Rouleau
More information about the Python-win32
mailing list