wxPython changes for new and improved wxSTC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
// Get all our defs from the REAL header file.
|
||||
|
||||
%include stc.h
|
||||
%include SciLexer.h
|
||||
//%include SciLexer.h
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Python functions to act like the event macros
|
||||
@@ -79,6 +79,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)
|
||||
|
||||
|
||||
"
|
||||
|
||||
|
Reference in New Issue
Block a user