From 2c7816ffd1297e2197b798f9ff00b11c5eb71982 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Oct 2006 21:55:41 +0000 Subject: [PATCH] Show the AlphaDrawing sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 8a8d63c4b9..e25583b64d 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -60,7 +60,6 @@ _treeList = [ 'BitmapFromBuffer', 'RawBitmapAccess', 'DragScroller', -## 'AlphaDrawing', 'DelayedResult', 'ExpandoTextCtrl', 'ButtonPanel', @@ -68,6 +67,7 @@ _treeList = [ 'CustomTreeCtrl', 'AboutBox', 'AnimateCtrl', + 'AlphaDrawing', ]), # managed windows == things with a (optional) caption you can close @@ -245,7 +245,7 @@ _treeList = [ # Images ('Using Images', [ -## 'AlphaDrawing', + 'AlphaDrawing', 'AnimationCtrl', 'ArtProvider', 'BitmapFromBuffer', @@ -261,7 +261,7 @@ _treeList = [ # Other stuff ('Miscellaneous', [ -## 'AlphaDrawing', + 'AlphaDrawing', 'ColourDB', ##'DialogUnits', # needs more explanations 'DragScroller', -- 2.45.2