]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/stc.i
removed tabs and trailing whitespace
[wxWidgets.git] / wxPython / contrib / stc / stc.i
index d1f4c65fce1df89ad9080b1db50330a7cab3d22b..1487f7551261feda8a16ac4f9583d3c62ceb56df 100644 (file)
@@ -49,6 +49,13 @@ MustHaveApp(wxStyledTextCtrl);
 
 %include stc.h
 
+%extend wxStyledTextCtrl {
+    %pythoncode {
+        GetCaretLineBack = GetCaretLineBackground
+        SetCaretLineBack = SetCaretLineBackground
+    }
+}
+
 //---------------------------------------------------------------------------
 // Python functions to act like the event macros