docstring fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-18 04:46:57 +00:00
parent 24054d48e9
commit 7c1f6b54a5
4 changed files with 12 additions and 11 deletions

View File

@@ -1677,8 +1677,8 @@ toplevel parent of the window.", "");
"Physically scrolls the pixels in the window and move child windows
accordingly. Use this function to optimise your scrolling
implementations, to minimise the area that must be redrawn. Note that
it is rarely required to call this function from a user program.",
"
it is rarely required to call this function from a user program.","
:param dx: Amount to scroll horizontally.
:param dy: Amount to scroll vertically.