Added multi-line TextCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-04 18:12:48 +00:00
parent 52f18d1919
commit d58faf6a26

View 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"', ''],