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:
@@ -318,7 +318,7 @@ void MyCanvas::OnAddButton( wxCommandEvent &WXUNUSED(event) )
|
||||
wxLogMessage( wxT("-> Position after inserting %d %d"), pt.x, pt.y );
|
||||
}
|
||||
|
||||
void MyCanvas::OnDeleteButton( wxCommandEvent &event )
|
||||
void MyCanvas::OnDeleteButton( wxCommandEvent &WXUNUSED(event) )
|
||||
{
|
||||
wxLogMessage( wxT("Deleting button inserted with \"Add button\"...") );
|
||||
wxWindow *win = FindWindow( ID_NEWBUTTON );
|
||||
|
Reference in New Issue
Block a user