git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45063
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
wxNavigationKeyEvent event;
event.SetFlags(flags);
{
wxNavigationKeyEvent event;
event.SetFlags(flags);
- if ( ProcessEvent(event) )
+ if ( m_panel->ProcessEvent(event) )
wxLogStatus(this, _T("Navigation event processed"));
else
wxLogStatus(this, _T("Navigation event ignored"));
}
wxLogStatus(this, _T("Navigation event processed"));
else
wxLogStatus(this, _T("Navigation event ignored"));
}
+ m_panel = new MyPanel(this);
CreateStatusBar(StatusPane_Max);
}
CreateStatusBar(StatusPane_Max);
}