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:
Robin Dunn 2006-08-31 16:02:23 +00:00
parent 8b3d52fc71
commit 3030ae493d

View File

@ -49,6 +49,13 @@ MustHaveApp(wxStyledTextCtrl);
%include stc.h
%extend wxStyleTextCtrl {
%pythoncode {
GetCaretLineBack = GetCaretLineBackground
SetCaretLineBack = SetCaretLineBackground
}
}
//---------------------------------------------------------------------------
// Python functions to act like the event macros