Add CustomTreeCtrl from Andrea Gavana

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-09 02:23:32 +00:00
parent 3abcf424a3
commit c8f129d067
21 changed files with 7666 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ _treeList = [
'ExpandoTextCtrl',
'ButtonPanel',
'FlatNotebook',
'CustomTreeCtrl',
]),
# managed windows == things with a (optional) caption you can close
@@ -151,6 +152,7 @@ _treeList = [
'ButtonPanel',
'ColourSelect',
'ComboTreeBox',
'CustomTreeCtrl',
'Editor',
'FlatNotebook',
'GenericButtons',