test wxTE_NO_VSCROLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c4106e3b2f
commit
6ab069f2b6
@ -1068,8 +1068,9 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
|
||||
m_horizontal->AppendText(_T("Text in default encoding"));
|
||||
}
|
||||
|
||||
m_multitext = new MyTextCtrl( this, wxID_ANY, _T("Multi line."),
|
||||
wxPoint(180,10), wxSize(200,70), wxTE_MULTILINE );
|
||||
m_multitext = new MyTextCtrl( this, wxID_ANY,
|
||||
_T("Multi line without vertical scrollbar."),
|
||||
wxPoint(180,10), wxSize(200,70), wxTE_MULTILINE | wxTE_NO_VSCROLL );
|
||||
m_multitext->SetFont(*wxITALIC_FONT);
|
||||
(*m_multitext) << _T(" Appended.");
|
||||
m_multitext->SetInsertionPoint(0);
|
||||
|
Loading…
Reference in New Issue
Block a user