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:
@@ -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"', ''],
|
||||
|
Reference in New Issue
Block a user