From: Robin Dunn Date: Tue, 4 May 2004 18:12:48 +0000 (+0000) Subject: Added multi-line TextCtrl X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d58faf6a26088d029724469d4cfcdf17dd0ff3e4 Added multi-line TextCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/misc/widgetLayoutTest.cfg b/wxPython/misc/widgetLayoutTest.cfg index 9864923260..a0b4a1df42 100644 --- a/wxPython/misc/widgetLayoutTest.cfg +++ b/wxPython/misc/widgetLayoutTest.cfg @@ -38,6 +38,7 @@ ['wx', 'TextCtrl', '-1, "default"', ''], ['wx', 'TextCtrl', '-1, "larger size", size=(200, -1)', ''], ['wx', 'TextCtrl', '-1, "small", size=(30,-1)', ''], +['wx', 'TextCtrl', '-1, "some\\ndefault text\\n", size=(200, -1), style=wx.TE_MULTILINE', 'w.AppendText("Here is some more text\\n")'], ['wx', 'TreeCtrl', '', ''], ['wx', 'StaticBox', '-1, "label"', ''], ['wx', 'StaticBox', '-1, "a longer label"', ''],