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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to