win32all build 135: missing functions from win32gui...?

Alex Martelli aleaxit at yahoo.com
Tue Oct 24 04:50:42 EDT 2000


Apparently, win32gui in build 135 is exporting the
following functions whose names start with Get...:

GetActiveWindow
GetClientRect
GetCursorPos
GetDC
GetDlgItem
GetForegroundWindow
GetModuleHandle
GetObject
GetOpenFileName
GetParent
GetScrollInfo
GetStockObject
GetSystemMenu
GetWindowRect
GetWindowText

There seem to be many missing, that are listed in
the docs for win32gui also distributed with build
135 of win32all, e.g.:

GetCapture
GetDesktopWindow
GetWindow
GetWindowDC

I haven't even looked at other functions, but there
seems to be a problem (the specific one I needed
was GetDesktopWindow).  Is it a damaged build, or
am I missing something...?


Alex






More information about the Python-list mailing list