X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8f129d0675af4f473f92b90aeb187c90e4053c9..be68621e1e450800e7fa389b5216cd6c7a01f3cc:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index c0a19c56b0..e25583b64d 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -60,12 +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 @@ -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', @@ -243,12 +245,12 @@ _treeList = [ # Images ('Using Images', [ -## 'AlphaDrawing', + 'AlphaDrawing', + 'AnimationCtrl', 'ArtProvider', 'BitmapFromBuffer', 'Cursor', 'DragImage', - 'GIFAnimationCtrl', 'Image', 'ImageAlpha', 'ImageFromStream', @@ -259,7 +261,7 @@ _treeList = [ # Other stuff ('Miscellaneous', [ -## 'AlphaDrawing', + 'AlphaDrawing', 'ColourDB', ##'DialogUnits', # needs more explanations 'DragScroller',