X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecc0e221ee47e8be9fe367bd68ec0e53bea1142e..be601ceba646b1845dfee6b04bda20ded3d145eb:/wxPython/demo/Main.py?ds=sidebyside diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index be75f8c97c..250c5b908c 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -59,6 +59,8 @@ _treeList = [ 'Toolbook', 'BitmapFromBuffer', 'RawBitmapAccess', + 'DragScroller', +## 'AlphaDrawing', ]), # managed windows == things with a (optional) caption you can close @@ -231,6 +233,7 @@ _treeList = [ # Images ('Using Images', [ +## 'AlphaDrawing', 'ArtProvider', 'BitmapFromBuffer', 'Cursor', @@ -246,8 +249,10 @@ _treeList = [ # Other stuff ('Miscellaneous', [ +## 'AlphaDrawing', 'ColourDB', ##'DialogUnits', # needs more explanations + 'DragScroller', 'DrawXXXList', 'FileHistory', 'FontEnumerator',