]> 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 e8791ef031fb4fbeb07582b7bbb59a253d740309..250c5b908ca7d58ca5bba0475ed2583e068b85cb 100644 (file)
@@ -57,6 +57,10 @@ _treeList = [
         'RichTextCtrl',
         'Treebook',
         'Toolbook',
+        'BitmapFromBuffer',
+        'RawBitmapAccess',
+        'DragScroller',
+##        'AlphaDrawing',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -229,7 +233,9 @@ _treeList = [
 
     # Images
     ('Using Images', [
+##        'AlphaDrawing',
         'ArtProvider',
+        'BitmapFromBuffer',
         'Cursor',
         'DragImage',
         'GIFAnimationCtrl',
@@ -237,13 +243,16 @@ _treeList = [
         'ImageAlpha',
         'ImageFromStream',
         'Mask',
+        'RawBitmapAccess',
         'Throbber',
         ]),
 
     # Other stuff
     ('Miscellaneous', [
+##        'AlphaDrawing',
         'ColourDB',
         ##'DialogUnits',   # needs more explanations
+        'DragScroller',
         'DrawXXXList',
         'FileHistory',
         'FontEnumerator',