]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Added intermediate state (m_showOnIdle) indicating that
[wxWidgets.git] / wxPython / demo / Main.py
index c89232c97951dac3f882585c93c421ae5dc83d08..e8791ef031fb4fbeb07582b7bbb59a253d740309 100644 (file)
@@ -48,8 +48,10 @@ _treeList = [
     # new stuff
     ('Recent Additions/Updates', [
         'AnalogClock',
-        'AUI',
+        'AUI_DockingWindowMgr',
+        'AUI_Notebook',
         'CheckListCtrlMixin',
+        'ComboTreeBox',
         'Pickers',
         'PseudoDC',
         'RichTextCtrl',
@@ -59,7 +61,7 @@ _treeList = [
 
     # managed windows == things with a (optional) caption you can close
     ('Frames and Dialogs', [
-        'AUI',
+        'AUI_DockingWindowMgr',
         'Dialog',
         'Frame',
         'MDIWindows',
@@ -128,6 +130,7 @@ _treeList = [
         ]),
     
     ('"Book" Controls', [
+        'AUI_Notebook',
         'Choicebook',
         'Listbook',
         'Notebook',
@@ -138,6 +141,7 @@ _treeList = [
     ('Custom Controls', [
         'AnalogClock',
         'ColourSelect',
+        'ComboTreeBox',
         'Editor',
         'GenericButtons',
         'GenericDirCtrl',