Aliases for [G|S]etCaretLineBack
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8b3d52fc71
commit
3030ae493d
@ -49,6 +49,13 @@ MustHaveApp(wxStyledTextCtrl);
|
||||
|
||||
%include stc.h
|
||||
|
||||
%extend wxStyleTextCtrl {
|
||||
%pythoncode {
|
||||
GetCaretLineBack = GetCaretLineBackground
|
||||
SetCaretLineBack = SetCaretLineBackground
|
||||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Python functions to act like the event macros
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user