Added wx.lib.expando, a multi-line textctrl that exands as more lines

are needed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-23 04:15:20 +00:00
parent 65d48a2acf
commit ac9d5e9574
4 changed files with 425 additions and 0 deletions

View File

@@ -249,6 +249,8 @@ were worked around in the wrapper code.
Added wx.lib.delayedresult from Oliver Schoenborn.
Added wx.lib.expando, a multi-line textctrl that exands as more lines
are needed.