[python-win32] GetScrollInfo and SetScrollInfo method signatures?

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Mar 14 07:27:48 CET 2011


According to the pywin32 docs, PyCWnd.GetScrollInfo and
PyCWnd.SetScrollInfo have the following signatures:

    int = GetScrollInfo(nBar, mask)
    int = SetScrollInfo(nBar, redraw)

Surely these can't be right? Shouldn't there be a
SCROLLINFO struct involved there somewhere?

-- 
Greg


More information about the python-win32 mailing list