Searched refs:m_wrappingText (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp149 wxStaticText *m_wrappingText; member in class:MyPanel
894 m_wrappingText = new wxStaticText( panel, wxID_ANY,
900 m_wrappingText = new wxStaticText( panel, wxID_ANY,
911 wrapping_sizer->Add( m_wrappingText );
1622 m_wrappingText->SetLabel( wxT("This text is short but will still be wrapped if it is too long.") );
1623 m_wrappingText->GetParent()->Layout();

Completed in 65 milliseconds