reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3163,7 +3163,7 @@ class StyledTextCtrl(_core.Control):
|
||||
"""
|
||||
LineDown(self)
|
||||
|
||||
This is just a wrapper for ScrollLines(1).
|
||||
Move caret down one line.
|
||||
"""
|
||||
return _stc.StyledTextCtrl_LineDown(*args, **kwargs)
|
||||
|
||||
@@ -3323,7 +3323,7 @@ class StyledTextCtrl(_core.Control):
|
||||
"""
|
||||
PageUp(self)
|
||||
|
||||
This is just a wrapper for ScrollPages(-1).
|
||||
Move caret one page up.
|
||||
"""
|
||||
return _stc.StyledTextCtrl_PageUp(*args, **kwargs)
|
||||
|
||||
|
Reference in New Issue
Block a user