]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Apply patch [ 1554736 ] wxXmlDocument::DetachRoot
[wxWidgets.git] / wxPython / demo / Main.py
index 041678483a8f747668fe989452f122c80ac96797..bd08f8ffdd2e9da69a9dcba7d9ae87011c2964f6 100644 (file)
@@ -51,11 +51,16 @@ _treeList = [
         'AUI_DockingWindowMgr',
         'AUI_Notebook',
         'CheckListCtrlMixin',
+        'ComboTreeBox',
         'Pickers',
         'PseudoDC',
         'RichTextCtrl',
         'Treebook',
         'Toolbook',
+        'BitmapFromBuffer',
+        'RawBitmapAccess',
+        'DragScroller',
+        'AlphaDrawing',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -140,6 +145,7 @@ _treeList = [
     ('Custom Controls', [
         'AnalogClock',
         'ColourSelect',
+        'ComboTreeBox',
         'Editor',
         'GenericButtons',
         'GenericDirCtrl',
@@ -227,7 +233,9 @@ _treeList = [
 
     # Images
     ('Using Images', [
+        'AlphaDrawing',
         'ArtProvider',
+        'BitmapFromBuffer',
         'Cursor',
         'DragImage',
         'GIFAnimationCtrl',
@@ -235,13 +243,16 @@ _treeList = [
         'ImageAlpha',
         'ImageFromStream',
         'Mask',
+        'RawBitmapAccess',
         'Throbber',
         ]),
 
     # Other stuff
     ('Miscellaneous', [
+        'AlphaDrawing',
         'ColourDB',
         ##'DialogUnits',   # needs more explanations
+        'DragScroller',
         'DrawXXXList',
         'FileHistory',
         'FontEnumerator',