From: Robin Dunn Date: Thu, 31 Aug 2006 16:02:23 +0000 (+0000) Subject: Aliases for [G|S]etCaretLineBack X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3030ae493df7500fd5da7555f141c0c8a690bd8a Aliases for [G|S]etCaretLineBack git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/contrib/stc/stc.i b/wxPython/contrib/stc/stc.i index d1f4c65fce..f32dc4e142 100644 --- a/wxPython/contrib/stc/stc.i +++ b/wxPython/contrib/stc/stc.i @@ -49,6 +49,13 @@ MustHaveApp(wxStyledTextCtrl); %include stc.h +%extend wxStyleTextCtrl { + %pythoncode { + GetCaretLineBack = GetCaretLineBackground + SetCaretLineBack = SetCaretLineBackground + } +} + //--------------------------------------------------------------------------- // Python functions to act like the event macros