%include stc.h
+%extend wxStyledTextCtrl {
+ %pythoncode {
+ GetCaretLineBack = GetCaretLineBackground
+ SetCaretLineBack = SetCaretLineBackground
+ }
+}
+
//---------------------------------------------------------------------------
// Python functions to act like the event macros