git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33475
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_text->AppendText(value);
}
m_text->AppendText(value);
}
-void MyPanel::OnNewText( wxCommandEvent &event )
+void MyPanel::OnNewText( wxCommandEvent& /* event */)
{
m_nonWrappingText->SetLabel( wxT("This text is short\nbut still spans\nover three lines.") );
m_wrappingText->SetLabel( wxT("This text is short but will still be wrapped if it is too long.") );
{
m_nonWrappingText->SetLabel( wxT("This text is short\nbut still spans\nover three lines.") );
m_wrappingText->SetLabel( wxT("This text is short but will still be wrapped if it is too long.") );