]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
update spec files version
[wxWidgets.git] / wxPython / demo / Main.py
index c89232c97951dac3f882585c93c421ae5dc83d08..041678483a8f747668fe989452f122c80ac96797 100644 (file)
@@ -48,7 +48,8 @@ _treeList = [
     # new stuff
     ('Recent Additions/Updates', [
         'AnalogClock',
-        'AUI',
+        'AUI_DockingWindowMgr',
+        'AUI_Notebook',
         'CheckListCtrlMixin',
         'Pickers',
         'PseudoDC',
@@ -59,7 +60,7 @@ _treeList = [
 
     # managed windows == things with a (optional) caption you can close
     ('Frames and Dialogs', [
-        'AUI',
+        'AUI_DockingWindowMgr',
         'Dialog',
         'Frame',
         'MDIWindows',
@@ -128,6 +129,7 @@ _treeList = [
         ]),
     
     ('"Book" Controls', [
+        'AUI_Notebook',
         'Choicebook',
         'Listbook',
         'Notebook',