]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
remove wx-config link created as part of make install, it shouldn't be included in...
[wxWidgets.git] / wxPython / demo / Main.py
index 33d9b9ecdf742564d583ce6cc1216f16f664ff57..041678483a8f747668fe989452f122c80ac96797 100644 (file)
@@ -48,9 +48,11 @@ _treeList = [
     # new stuff
     ('Recent Additions/Updates', [
         'AnalogClock',
-        'AUI',
+        'AUI_DockingWindowMgr',
+        'AUI_Notebook',
         'CheckListCtrlMixin',
         'Pickers',
+        'PseudoDC',
         'RichTextCtrl',
         'Treebook',
         'Toolbook',
@@ -58,7 +60,7 @@ _treeList = [
 
     # managed windows == things with a (optional) caption you can close
     ('Frames and Dialogs', [
-        'AUI',
+        'AUI_DockingWindowMgr',
         'Dialog',
         'Frame',
         'MDIWindows',
@@ -127,6 +129,7 @@ _treeList = [
         ]),
     
     ('"Book" Controls', [
+        'AUI_Notebook',
         'Choicebook',
         'Listbook',
         'Notebook',
@@ -248,6 +251,7 @@ _treeList = [
         'MouseGestures',
         'OGL',
         'PrintFramework',
+        'PseudoDC',
         'ShapedWindow',
         'Sound',
         'StandardPaths',