]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Commit Carsten Fuchs' patch for separating wxGLCanvas
[wxWidgets.git] / wxPython / demo / Main.py
index e8791ef031fb4fbeb07582b7bbb59a253d740309..3b2855807ea328ef4b0b505087195597e2fec90f 100644 (file)
@@ -57,6 +57,9 @@ _treeList = [
         'RichTextCtrl',
         'Treebook',
         'Toolbook',
+        'BitmapFromBuffer',
+        'RawBitmapAccess',
+        'DragScroller',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -230,6 +233,7 @@ _treeList = [
     # Images
     ('Using Images', [
         'ArtProvider',
+        'BitmapFromBuffer',
         'Cursor',
         'DragImage',
         'GIFAnimationCtrl',
@@ -237,6 +241,7 @@ _treeList = [
         'ImageAlpha',
         'ImageFromStream',
         'Mask',
+        'RawBitmapAccess',
         'Throbber',
         ]),
 
@@ -244,6 +249,7 @@ _treeList = [
     ('Miscellaneous', [
         'ColourDB',
         ##'DialogUnits',   # needs more explanations
+        'DragScroller',
         'DrawXXXList',
         'FileHistory',
         'FontEnumerator',