From 3030ae493df7500fd5da7555f141c0c8a690bd8a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 31 Aug 2006 16:02:23 +0000 Subject: [PATCH] Aliases for [G|S]etCaretLineBack git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/contrib/stc/stc.i | 7 +++++++ 1 file changed, 7 insertions(+) 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