New wxEventType for event type enum, and corresponding alterations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -940,7 +940,7 @@ void wxListMainWindow::ActivateLine( wxListLineData *line )
|
||||
OnListNotify( le );
|
||||
};
|
||||
|
||||
void wxListMainWindow::SendNotify( wxListLineData *line, long command )
|
||||
void wxListMainWindow::SendNotify( wxListLineData *line, wxEventType command )
|
||||
{
|
||||
if (!m_parent) return;
|
||||
wxListEvent le( command, m_parent->GetId() );
|
||||
|
Reference in New Issue
Block a user