]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/_stcextras.py
Fix unintialized pointer in wxCommandProcessor when
[wxWidgets.git] / wxPython / contrib / stc / _stcextras.py
index 77c6a83cc0c9e45f3ac0e8ce5aa49de42121be5d..dc8f3456ef0ace1b169d05ceee34c51c58e34993 100644 (file)
@@ -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