]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/stc_.i
show error message if exec() failed: not pretty but better than nothing
[wxWidgets.git] / wxPython / contrib / stc / stc_.i
index 32f05e9e72fbd0284de6c77845ca32feebcb1326..2f0ef5416a729f6b6f931352c8cc42d7b195ac43 100644 (file)
@@ -111,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)
+
 "
 
 //----------------------------------------------------------------------