reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-02 19:55:51 +00:00
parent 0eae5d0999
commit 2bf584370b
16 changed files with 604 additions and 32 deletions

View File

@@ -2215,21 +2215,21 @@ class StyledTextCtrl(_core.Control):
"""
return _stc.StyledTextCtrl_SetCaretLineVisible(*args, **kwargs)
def GetCaretLineBack(*args, **kwargs):
def GetCaretLineBackground(*args, **kwargs):
"""
GetCaretLineBack(self) -> Colour
GetCaretLineBackground(self) -> Colour
Get the colour of the background of the line containing the caret.
"""
return _stc.StyledTextCtrl_GetCaretLineBack(*args, **kwargs)
return _stc.StyledTextCtrl_GetCaretLineBackground(*args, **kwargs)
def SetCaretLineBack(*args, **kwargs):
def SetCaretLineBackground(*args, **kwargs):
"""
SetCaretLineBack(self, Colour back)
SetCaretLineBackground(self, Colour back)
Set the colour of the background of the line containing the caret.
"""
return _stc.StyledTextCtrl_SetCaretLineBack(*args, **kwargs)
return _stc.StyledTextCtrl_SetCaretLineBackground(*args, **kwargs)
def StyleSetChangeable(*args, **kwargs):
"""
@@ -5273,6 +5273,9 @@ class StyledTextCtrl(_core.Control):
self.AppendTextRaw(text)
GetCaretLineBack = GetCaretLineBackground
SetCaretLineBack = SetCaretLineBackground
_stc.StyledTextCtrl_swigregister(StyledTextCtrl)
cvar = _stc.cvar
STCNameStr = cvar.STCNameStr