X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a29a241fd60b5df7506e2dd4d8b89eb483da90e8..42ba812b705cec0ebef0fb65bb72d27a1378b316:/wxPython/contrib/stc/stc_.i diff --git a/wxPython/contrib/stc/stc_.i b/wxPython/contrib/stc/stc_.i index fa4936e84c..2f0ef5416a 100644 --- a/wxPython/contrib/stc/stc_.i +++ b/wxPython/contrib/stc/stc_.i @@ -14,7 +14,7 @@ %{ -#include "export.h" +#include "wxPython.h" #include "wx/stc/stc.h" %} @@ -30,6 +30,12 @@ %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) + " //----------------------------------------------------------------------