]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/stc_.i
Updated to Scintilla from 1.45 to 1.47
[wxWidgets.git] / wxPython / contrib / stc / stc_.i
index fa4936e84cdcce59e6c501da27cfc501dbd75d22..2f0ef5416a729f6b6f931352c8cc42d7b195ac43 100644 (file)
@@ -14,7 +14,7 @@
 
 
 %{
-#include "export.h"
+#include "wxPython.h"
 #include "wx/stc/stc.h"
 %}
 
 %extern controls.i
 
 
+//----------------------------------------------------------------------
+
+%{
+    // Put some wx default wxChar* values into wxStrings.
+    DECLARE_DEF_STRING(STCNameStr);
+%}
 //----------------------------------------------------------------------
 // Get all our defs from the REAL header file.
 
@@ -105,6 +111,9 @@ def EVT_STC_DRAG_OVER(win, id, func):
 def EVT_STC_DO_DROP(win, id, func):
     win.Connect(id, -1, wxEVT_STC_DO_DROP, func)
 
+def EVT_STC_ZOOM(win, id, func):
+    win.Connect(id, -1, wxEVT_STC_ZOOM, func)
+
 "
 
 //----------------------------------------------------------------------