]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Many changes for wxInputHandler creation mainly related to:
[wxWidgets.git] / wxPython / demo / Main.py
index 3b2855807ea328ef4b0b505087195597e2fec90f..250c5b908ca7d58ca5bba0475ed2583e068b85cb 100644 (file)
@@ -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',