X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df5204e0a48e819dd1e63f5064c593576c7caa97..2f059e30a1de9f4416d39e7747a6cdd6e39c6c30:/wxPython/demo/Main.py?ds=sidebyside diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 4938824bf8..7fbad495e4 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -47,10 +47,7 @@ import images _treeList = [ # new stuff ('Recent Additions/Updates', [ - 'StandardPaths', - 'MediaCtrl', - 'DatePickerCtrl', - 'MouseGestures', + 'FoldPanelBar', ]), # managed windows == things with a (optional) caption you can close @@ -154,6 +151,7 @@ _treeList = [ 'FileBrowseButton', 'FloatBar', 'FloatCanvas', + 'FoldPanelBar', 'HtmlWindow', 'IntCtrl', 'MediaCtrl',