X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89eb18ec8b83399860dda0c94f5add49b3a38065..bcd882b35e56a43f894551a43bbc4937034b7a0b:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 7da1fcad42..25cd079277 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -48,6 +48,7 @@ _treeList = [ # new stuff ('Recent Additions/Updates', [ 'FoldPanelBar', + 'GIFAnimationCtrl', ]), # managed windows == things with a (optional) caption you can close @@ -153,6 +154,7 @@ _treeList = [ 'FloatBar', 'FloatCanvas', 'FoldPanelBar', + 'GIFAnimationCtrl', 'HtmlWindow', 'IntCtrl', 'MediaCtrl', @@ -211,6 +213,7 @@ _treeList = [ 'ArtProvider', 'Cursor', 'DragImage', + 'GIFAnimationCtrl', 'Image', 'ImageAlpha', 'ImageFromStream',