]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
fix combobox dropdown position in RTL (patch 1623127)
[wxWidgets.git] / wxPython / demo / Main.py
index af5bae2178dc81e63fd6f9aa4c095cd14316c9b5..8b8cbd56c46936b817eb9dfd4ff362cf6b5cee4b 100644 (file)
@@ -47,13 +47,6 @@ import images
 _treeList = [
     # new stuff
     ('Recent Additions/Updates', [
-        'AnalogClock',
-        'AUI_DockingWindowMgr',
-        'AUI_Notebook',
-        'CheckListCtrlMixin',
-        'ComboTreeBox',
-        'Pickers',
-        'PseudoDC',
         'RichTextCtrl',
         'Treebook',
         'Toolbook',
@@ -66,7 +59,6 @@ _treeList = [
         'FlatNotebook',
         'CustomTreeCtrl',
         'AboutBox',
-        'AnimateCtrl',
         'AlphaDrawing',
         'GraphicsContext',
         'CollapsiblePane',
@@ -77,11 +69,13 @@ _treeList = [
         'Img2PyArtProvider',
         'SearchCtrl',
         'SizedControls',
+        'AUI_MDI',
         ]),
 
     # managed windows == things with a (optional) caption you can close
     ('Frames and Dialogs', [
         'AUI_DockingWindowMgr',
+        'AUI_MDI',
         'Dialog',
         'Frame',
         'MDIWindows',