docstring fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user