X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3764716de63a84126574562dc0f6bc23724b532b..cc62d777c4d51d685b1a604dc6cac8934dea2cf6:/wxPython/demo/Main.py?ds=sidebyside diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index c5632bff43..c89232c979 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -48,15 +48,18 @@ _treeList = [ # new stuff ('Recent Additions/Updates', [ 'AnalogClock', + 'AUI', 'CheckListCtrlMixin', + 'Pickers', + 'PseudoDC', 'RichTextCtrl', 'Treebook', 'Toolbook', - 'Pickers', ]), # managed windows == things with a (optional) caption you can close ('Frames and Dialogs', [ + 'AUI', 'Dialog', 'Frame', 'MDIWindows', @@ -246,6 +249,7 @@ _treeList = [ 'MouseGestures', 'OGL', 'PrintFramework', + 'PseudoDC', 'ShapedWindow', 'Sound', 'StandardPaths',