]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Use GetKeyCode() instead of KeyCode()
[wxWidgets.git] / wxPython / demo / Main.py
index be75f8c97cc4d4f160ce8ef9c094fc6254a63a20..bd08f8ffdd2e9da69a9dcba7d9ae87011c2964f6 100644 (file)
@@ -59,6 +59,8 @@ _treeList = [
         'Toolbook',
         'BitmapFromBuffer',
         'RawBitmapAccess',
+        'DragScroller',
+        'AlphaDrawing',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -231,6 +233,7 @@ _treeList = [
 
     # Images
     ('Using Images', [
+        'AlphaDrawing',
         'ArtProvider',
         'BitmapFromBuffer',
         'Cursor',
@@ -246,8 +249,10 @@ _treeList = [
 
     # Other stuff
     ('Miscellaneous', [
+        'AlphaDrawing',
         'ColourDB',
         ##'DialogUnits',   # needs more explanations
+        'DragScroller',
         'DrawXXXList',
         'FileHistory',
         'FontEnumerator',