Added support for the wxAUI Notebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,7 +48,8 @@ _treeList = [
|
||||
# new stuff
|
||||
('Recent Additions/Updates', [
|
||||
'AnalogClock',
|
||||
'AUI',
|
||||
'AUI_DockingWindowMgr',
|
||||
'AUI_Notebook',
|
||||
'CheckListCtrlMixin',
|
||||
'Pickers',
|
||||
'PseudoDC',
|
||||
@@ -59,7 +60,7 @@ _treeList = [
|
||||
|
||||
# managed windows == things with a (optional) caption you can close
|
||||
('Frames and Dialogs', [
|
||||
'AUI',
|
||||
'AUI_DockingWindowMgr',
|
||||
'Dialog',
|
||||
'Frame',
|
||||
'MDIWindows',
|
||||
@@ -128,6 +129,7 @@ _treeList = [
|
||||
]),
|
||||
|
||||
('"Book" Controls', [
|
||||
'AUI_Notebook',
|
||||
'Choicebook',
|
||||
'Listbook',
|
||||
'Notebook',
|
||||
|
Reference in New Issue
Block a user