Updated to Scintilla from 1.45 to 1.47
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
||||
"
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user