X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f541d8293a16153070587cbd0c48795d717f002a..3dfd8daff3a78af92b146a79d001a778dcad52b8:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index ec9b65f664..8a8d63c4b9 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -67,6 +67,7 @@ _treeList = [ 'FlatNotebook', 'CustomTreeCtrl', 'AboutBox', + 'AnimateCtrl', ]), # managed windows == things with a (optional) caption you can close @@ -185,7 +186,6 @@ _treeList = [ 'FloatBar', 'FloatCanvas', 'FoldPanelBar', - 'GIFAnimationCtrl', 'HtmlWindow', 'HyperLinkCtrl', 'IntCtrl', @@ -246,11 +246,11 @@ _treeList = [ # Images ('Using Images', [ ## 'AlphaDrawing', + 'AnimationCtrl', 'ArtProvider', 'BitmapFromBuffer', 'Cursor', 'DragImage', - 'GIFAnimationCtrl', 'Image', 'ImageAlpha', 'ImageFromStream',