]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/stc_.i
correction for Mac OS compilation
[wxWidgets.git] / wxPython / contrib / stc / stc_.i
index f1e3ae5c69cf306871f3ff3ffb8cdad642a0914a..f3e877f24a79a7d3b005f7161d8f9d2ac75262bf 100644 (file)
@@ -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)
+
 
 "