]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
reSWIGged
[wxWidgets.git] / wxPython / demo / Main.py
index c5632bff439642d1b1e411f139de3047fd183008..c89232c97951dac3f882585c93c421ae5dc83d08 100644 (file)
@@ -48,15 +48,18 @@ _treeList = [
     # new stuff
     ('Recent Additions/Updates', [
         'AnalogClock',
+        'AUI',
         'CheckListCtrlMixin',
+        'Pickers',
+        'PseudoDC',
         'RichTextCtrl',
         'Treebook',
         'Toolbook',
-        'Pickers',
         ]),
 
     # managed windows == things with a (optional) caption you can close
     ('Frames and Dialogs', [
+        'AUI',
         'Dialog',
         'Frame',
         'MDIWindows',
@@ -246,6 +249,7 @@ _treeList = [
         'MouseGestures',
         'OGL',
         'PrintFramework',
+        'PseudoDC',
         'ShapedWindow',
         'Sound',
         'StandardPaths',