X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f541d8293a16153070587cbd0c48795d717f002a..37ad32a422f2cca358ff131673dd7a1f42a4108c:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index ec9b65f664..e25583b64d 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -60,13 +60,14 @@ _treeList = [ 'BitmapFromBuffer', 'RawBitmapAccess', 'DragScroller', -## 'AlphaDrawing', 'DelayedResult', 'ExpandoTextCtrl', 'ButtonPanel', 'FlatNotebook', 'CustomTreeCtrl', 'AboutBox', + 'AnimateCtrl', + 'AlphaDrawing', ]), # managed windows == things with a (optional) caption you can close @@ -185,7 +186,6 @@ _treeList = [ 'FloatBar', 'FloatCanvas', 'FoldPanelBar', - 'GIFAnimationCtrl', 'HtmlWindow', 'HyperLinkCtrl', 'IntCtrl', @@ -245,12 +245,12 @@ _treeList = [ # Images ('Using Images', [ -## 'AlphaDrawing', + 'AlphaDrawing', + 'AnimationCtrl', 'ArtProvider', 'BitmapFromBuffer', 'Cursor', 'DragImage', - 'GIFAnimationCtrl', 'Image', 'ImageAlpha', 'ImageFromStream', @@ -261,7 +261,7 @@ _treeList = [ # Other stuff ('Miscellaneous', [ -## 'AlphaDrawing', + 'AlphaDrawing', 'ColourDB', ##'DialogUnits', # needs more explanations 'DragScroller',