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:
@@ -207,7 +207,7 @@ MyTopLabels::MyTopLabels( wxScrolledWindow *parent, wxWindowID id, const wxPoint
|
||||
m_owner = parent;
|
||||
}
|
||||
|
||||
void MyTopLabels::OnPaint( wxPaintEvent &event )
|
||||
void MyTopLabels::OnPaint( wxPaintEvent &WXUNUSED(event) )
|
||||
{
|
||||
wxPaintDC dc(this);
|
||||
|
||||
@@ -241,7 +241,7 @@ MyRightLabels::MyRightLabels( wxScrolledWindow *parent, wxWindowID id, const wxP
|
||||
m_owner = parent;
|
||||
}
|
||||
|
||||
void MyRightLabels::OnPaint( wxPaintEvent &event )
|
||||
void MyRightLabels::OnPaint( wxPaintEvent &WXUNUSED(event) )
|
||||
{
|
||||
wxPaintDC dc(this);
|
||||
|
||||
|
Reference in New Issue
Block a user