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