X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..e195c8c95fb154d035bab400952fc81c62439549:/wxPython/contrib/stc/stc_.i diff --git a/wxPython/contrib/stc/stc_.i b/wxPython/contrib/stc/stc_.i index f1e3ae5c69..f3e877f24a 100644 --- a/wxPython/contrib/stc/stc_.i +++ b/wxPython/contrib/stc/stc_.i @@ -14,7 +14,7 @@ %{ -#include "helpers.h" +#include "export.h" #include "wx/stc/stc.h" %} @@ -34,7 +34,6 @@ // Get all our defs from the REAL header file. %include stc.h -%include SciLexer.h //---------------------------------------------------------------------- // Python functions to act like the event macros @@ -79,6 +78,9 @@ def EVT_STC_MARGINCLICK(win, id, fn): def EVT_STC_NEEDSHOWN(win, id, fn): win.Connect(id, -1, wxEVT_STC_NEEDSHOWN, fn) +def EVT_STC_POSCHANGED(win, id, fn): + win.Connect(id, -1, wxEVT_STC_POSCHANGED, fn) + "