Added wxPython wrappers for the new wx.Treebook and wx.Toolbook

classes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-02-01 23:46:43 +00:00
parent 917cd965fa
commit 6aabc8da32
11 changed files with 462 additions and 49 deletions

View File

@@ -47,13 +47,8 @@ import images
_treeList = [
# new stuff
('Recent Additions/Updates', [
'FoldPanelBar',
'GIFAnimationCtrl',
'HyperLinkCtrl',
'MultiSplitterWindow',
'Throbber',
'GetMouseState',
'FloatCanvas',
'Treebook',
'Toolbook',
]),
# managed windows == things with a (optional) caption you can close
@@ -94,7 +89,6 @@ _treeList = [
'CheckBox',
'CheckListBox',
'Choice',
'Choicebook',
'ComboBox',
'Gauge',
'Grid',
@@ -103,9 +97,7 @@ _treeList = [
'ListCtrl',
'ListCtrl_virtual',
'ListCtrl_edit',
'Listbook',
'Menu',
'Notebook',
'PopupMenu',
'PopupWindow',
'RadioBox',
@@ -127,6 +119,14 @@ _treeList = [
'TreeCtrl',
'Validator',
]),
('"Book" Controls', [
'Choicebook',
'Listbook',
'Notebook',
'Toolbook',
'Treebook',
]),
('Custom Controls', [
'AnalogClockWindow',