]> git.saurik.com Git - wxWidgets.git/commitdiff
Aliases for [G|S]etCaretLineBack
authorRobin Dunn <robin@alldunn.com>
Thu, 31 Aug 2006 16:02:23 +0000 (16:02 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 31 Aug 2006 16:02:23 +0000 (16:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/stc/stc.i

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