X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..11b352343bdd6f084c028bcabd799a80a0fc73c2:/wxPython/contrib/stc/_stcextras.py diff --git a/wxPython/contrib/stc/_stcextras.py b/wxPython/contrib/stc/_stcextras.py index 77c6a83cc0..dc8f3456ef 100644 --- a/wxPython/contrib/stc/_stcextras.py +++ b/wxPython/contrib/stc/_stcextras.py @@ -1,3 +1,7 @@ # Stuff these names into the wx namespace so wxPyConstructObject can find them wx.wxStyledTextEventPtr = wxStyledTextEventPtr +wx.wxStyledTextCtrlPtr = wxStyledTextCtrlPtr + +# This constant no longer exists in Scintilla, but I'll put it here for a while to avoid disrupting user code... +wxSTC_CARET_CENTER = 0