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:
Robin Dunn
2000-09-26 05:32:50 +00:00
parent 4370573a45
commit fe47ec10b7
5 changed files with 5714 additions and 4491 deletions

View File

@@ -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)
"