reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-14 22:18:25 +00:00
parent 70ff36630f
commit caef1a4da6
16 changed files with 665 additions and 237 deletions

View File

@@ -1,6 +1,12 @@
# This file was created automatically by SWIG.
# Don't modify this file, modify the SWIG interface instead.
"""
The `StyledTextCtrl` provides a text editor that can used as a syntax
highlighting source code editor, or similar. Lexers for several programming
languages are built-in.
"""
import _stc
import _core
@@ -1985,7 +1991,11 @@ class StyledTextCtrl(_core.Control):
return _stc.StyledTextCtrl_DocumentEndExtend(*args, **kwargs)
def PageUp(*args, **kwargs):
"""PageUp(self)"""
"""
PageUp(self)
This is just a wrapper for ScrollPages(-1).
"""
return _stc.StyledTextCtrl_PageUp(*args, **kwargs)
def PageUpExtend(*args, **kwargs):
@@ -1993,7 +2003,11 @@ class StyledTextCtrl(_core.Control):
return _stc.StyledTextCtrl_PageUpExtend(*args, **kwargs)
def PageDown(*args, **kwargs):
"""PageDown(self)"""
"""
PageDown(self)
This is just a wrapper for ScrollPages(1).
"""
return _stc.StyledTextCtrl_PageDown(*args, **kwargs)
def PageDownExtend(*args, **kwargs):