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