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

@@ -62,6 +62,7 @@ _treeList = [
'DragScroller',
## 'AlphaDrawing',
'DelayedResult',
'ExpandoTextCtrl',
]),
# managed windows == things with a (optional) caption you can close
@@ -170,6 +171,7 @@ _treeList = [
'DatePickerCtrl',
'DynamicSashWindow',
'EditableListBox',
'ExpandoTextCtrl',
'FancyText',
'FileBrowseButton',
'FloatBar',