From 68f73e7b18c4284c924279b7bbef7030f2189ff7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 23 Sep 2000 22:30:51 +0000 Subject: [PATCH] Fixed the python version of wxListEvent to derive from wxNotifyEvent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls2.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/controls2.i b/wxPython/src/controls2.i index af298be2ad..7eae56869d 100644 --- a/wxPython/src/controls2.i +++ b/wxPython/src/controls2.i @@ -184,7 +184,7 @@ public: }; -class wxListEvent: public wxCommandEvent { +class wxListEvent: public wxNotifyEvent { public: int m_code; long m_itemIndex;