X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8f129d0675af4f473f92b90aeb187c90e4053c9..514fd350e8b074ad13960adc1b51e4a6058c539d:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index c0a19c56b0..8a8d63c4b9 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -66,6 +66,8 @@ _treeList = [ 'ButtonPanel', 'FlatNotebook', 'CustomTreeCtrl', + 'AboutBox', + 'AnimateCtrl', ]), # managed windows == things with a (optional) caption you can close @@ -80,6 +82,7 @@ _treeList = [ # the common dialogs ('Common Dialogs', [ + 'AboutBox', 'ColourDialog', 'DirDialog', 'FileDialog', @@ -183,7 +186,6 @@ _treeList = [ 'FloatBar', 'FloatCanvas', 'FoldPanelBar', - 'GIFAnimationCtrl', 'HtmlWindow', 'HyperLinkCtrl', 'IntCtrl', @@ -244,11 +246,11 @@ _treeList = [ # Images ('Using Images', [ ## 'AlphaDrawing', + 'AnimationCtrl', 'ArtProvider', 'BitmapFromBuffer', 'Cursor', 'DragImage', - 'GIFAnimationCtrl', 'Image', 'ImageAlpha', 'ImageFromStream',