X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/febb39df079df7ee642ad70d47be72cb57870f1c..89bb8035c8920948d6aad8cc24b6ee6b76d401b7:/wxPython/demo/Main.py?ds=sidebyside diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 33d9b9ecdf..041678483a 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -48,9 +48,11 @@ _treeList = [ # new stuff ('Recent Additions/Updates', [ 'AnalogClock', - 'AUI', + 'AUI_DockingWindowMgr', + 'AUI_Notebook', 'CheckListCtrlMixin', 'Pickers', + 'PseudoDC', 'RichTextCtrl', 'Treebook', 'Toolbook', @@ -58,7 +60,7 @@ _treeList = [ # managed windows == things with a (optional) caption you can close ('Frames and Dialogs', [ - 'AUI', + 'AUI_DockingWindowMgr', 'Dialog', 'Frame', 'MDIWindows', @@ -127,6 +129,7 @@ _treeList = [ ]), ('"Book" Controls', [ + 'AUI_Notebook', 'Choicebook', 'Listbook', 'Notebook', @@ -248,6 +251,7 @@ _treeList = [ 'MouseGestures', 'OGL', 'PrintFramework', + 'PseudoDC', 'ShapedWindow', 'Sound', 'StandardPaths',