Re: [python-win32] GetScrollInfo and SetScrollInfo method signatures?

2011-03-14 Thread Roger Upole
"Greg Ewing" wrote in message news:4d7db564.8090...@canterbury.ac.nz... > 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? S

[python-win32] GetScrollInfo and SetScrollInfo method signatures?

2011-03-13 Thread Greg Ewing
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 _