]> git.saurik.com Git - wxWidgets.git/commitdiff
Added multi-line TextCtrl
authorRobin Dunn <robin@alldunn.com>
Tue, 4 May 2004 18:12:48 +0000 (18:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 4 May 2004 18:12:48 +0000 (18:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/misc/widgetLayoutTest.cfg

index 9864923260871b324289f3bde19192becce8378f..a0b4a1df427f9298025b7cd8d05ba5b0e56d10dd 100644 (file)
@@ -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"', ''],