%{
-#include "helpers.h"
+#include "export.h"
#include "wx/stc/stc.h"
%}
// Get all our defs from the REAL header file.
%include stc.h
-%include SciLexer.h
//----------------------------------------------------------------------
// Python functions to act like the event macros
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)
+
"