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