Add longtool tip for a button in wxToolBar test
Various warning suppressions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -876,7 +876,7 @@ void MyFrame::ShowContextMenu(const wxPoint& pos)
|
||||
#endif // 0
|
||||
}
|
||||
|
||||
void MyFrame::OnTestNormal(wxCommandEvent& event)
|
||||
void MyFrame::OnTestNormal(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
wxLogMessage(_T("Normal item selected"));
|
||||
}
|
||||
@@ -919,7 +919,7 @@ void MyFrame::OnUpdateSubMenuRadio(wxUpdateUIEvent& event)
|
||||
event.Check(FALSE);
|
||||
}
|
||||
|
||||
void MyFrame::OnSize(wxSizeEvent& event)
|
||||
void MyFrame::OnSize(wxSizeEvent& WXUNUSED(event))
|
||||
{
|
||||
if ( !m_textctrl )
|
||||
return;
|
||||
|
Reference in New Issue
Block a user