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