reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3167,6 +3167,7 @@ class StyledTextCtrl(_core.Control):
|
||||
"""
|
||||
return _stc.StyledTextCtrl_LineDown(*args, **kwargs)
|
||||
|
||||
|
||||
def LineDownExtend(*args, **kwargs):
|
||||
"""
|
||||
LineDownExtend(self)
|
||||
@@ -3179,10 +3180,11 @@ class StyledTextCtrl(_core.Control):
|
||||
"""
|
||||
LineUp(self)
|
||||
|
||||
This is just a wrapper for ScrollLines(-1).
|
||||
Move caret up one line.
|
||||
"""
|
||||
return _stc.StyledTextCtrl_LineUp(*args, **kwargs)
|
||||
|
||||
|
||||
def LineUpExtend(*args, **kwargs):
|
||||
"""
|
||||
LineUpExtend(self)
|
||||
@@ -3327,6 +3329,7 @@ class StyledTextCtrl(_core.Control):
|
||||
"""
|
||||
return _stc.StyledTextCtrl_PageUp(*args, **kwargs)
|
||||
|
||||
|
||||
def PageUpExtend(*args, **kwargs):
|
||||
"""
|
||||
PageUpExtend(self)
|
||||
@@ -3339,10 +3342,11 @@ class StyledTextCtrl(_core.Control):
|
||||
"""
|
||||
PageDown(self)
|
||||
|
||||
This is just a wrapper for ScrollPages(1).
|
||||
Move caret one page down.
|
||||
"""
|
||||
return _stc.StyledTextCtrl_PageDown(*args, **kwargs)
|
||||
|
||||
|
||||
def PageDownExtend(*args, **kwargs):
|
||||
"""
|
||||
PageDownExtend(self)
|
||||
|
Reference in New Issue
Block a user