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:
		@@ -184,7 +184,7 @@ public:
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class wxListEvent: public wxCommandEvent {
 | 
					class wxListEvent: public wxNotifyEvent {
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
    int           m_code;
 | 
					    int           m_code;
 | 
				
			||||||
    long          m_itemIndex;
 | 
					    long          m_itemIndex;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user