[pywin32-bugs] [ pywin32-Bugs-838065 ] documentation problems for GetScrollInfo/PySCROLLINFO
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-11-07 18:43:22
|
Bugs item #838065, was opened at 2003-11-07 09:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=838065&group_id=78018 Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Chapman (glchapman) Assigned to: Nobody/Anonymous (nobody) Summary: documentation problems for GetScrollInfo/PySCROLLINFO Initial Comment: The help file for win32all v. 163 gives this as the prototype for win32gui.GetScrollInfo: PySCROLLINFO = GetScrollInfo(nBar, mask ) Looking at the source code, it appears that (as one would expect) the first param is an hwnd and the second is nBar. Also, in the documentation for PySCROLLINFO, the "Comments" section has a paragraph referring to "userob". This does not appear to be relevant to PySCROLLINFO. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=838065&group_id=78018 |