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
This commit is contained in:
Robin Dunn
2000-09-23 22:30:51 +00:00
parent ed7d26fec1
commit 68f73e7b18

View File

@@ -184,7 +184,7 @@ public:
};
class wxListEvent: public wxCommandEvent {
class wxListEvent: public wxNotifyEvent {
public:
int m_code;
long m_itemIndex;