remove EVT_STC_POSCHANGED as it's been deprecated in Scintilla for

several releases now.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-01 21:26:42 +00:00
parent 5151c7af13
commit be698f5030
10 changed files with 6 additions and 19 deletions

View File

@@ -37,6 +37,7 @@ MAKE_CONST_WXSTRING(STCNameStr);
%include _stc_rename.i
MustHaveApp(wxStyledTextCtrl);
//---------------------------------------------------------------------------
// Get all our defs from the REAL header file.
@@ -60,7 +61,6 @@ EVT_STC_MODIFIED = wx.PyEventBinder( wxEVT_STC_MODIFIED, 1 )
EVT_STC_MACRORECORD = wx.PyEventBinder( wxEVT_STC_MACRORECORD, 1 )
EVT_STC_MARGINCLICK = wx.PyEventBinder( wxEVT_STC_MARGINCLICK, 1 )
EVT_STC_NEEDSHOWN = wx.PyEventBinder( wxEVT_STC_NEEDSHOWN, 1 )
EVT_STC_POSCHANGED = wx.PyEventBinder( wxEVT_STC_POSCHANGED, 1 )
EVT_STC_PAINTED = wx.PyEventBinder( wxEVT_STC_PAINTED, 1 )
EVT_STC_USERLISTSELECTION = wx.PyEventBinder( wxEVT_STC_USERLISTSELECTION, 1 )
EVT_STC_URIDROPPED = wx.PyEventBinder( wxEVT_STC_URIDROPPED, 1 )

View File

@@ -92,6 +92,9 @@ MigrationGuide_ file for details.
.. _MigrationGuide: MigrationGuide.html
EVT_STC_POSCHANGED has been removed as it has been deprecated in
Scintilla for several releases now.