]> git.saurik.com Git - wxWidgets.git/commitdiff
Show the AlphaDrawing sample
authorRobin Dunn <robin@alldunn.com>
Mon, 16 Oct 2006 21:55:41 +0000 (21:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 16 Oct 2006 21:55:41 +0000 (21:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Main.py

index 8a8d63c4b966a445159d4f6594ae3371f371577a..e25583b64dfc178fd9cffab6eb0a99d75d238618 100644 (file)
@@ -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',