]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
added example code using wxEmail to send the debug report by mail
[wxWidgets.git] / wxPython / demo / Main.py
index 4938824bf898b86f0660477e15e9413c0f365d14..7da1fcad42072b08d6d73dc44a1616374833ccec 100644 (file)
@@ -47,10 +47,7 @@ import images
 _treeList = [
     # new stuff
     ('Recent Additions/Updates', [
-        'StandardPaths',
-        'MediaCtrl',
-        'DatePickerCtrl',
-        'MouseGestures',
+        'FoldPanelBar',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -70,6 +67,7 @@ _treeList = [
         'FindReplaceDialog',
         'FontDialog',
         'MessageDialog',
+        'MultiChoiceDialog',
         'PageSetupDialog',
         'PrintDialog',
         'ProgressDialog',
@@ -154,6 +152,7 @@ _treeList = [
         'FileBrowseButton',
         'FloatBar',  
         'FloatCanvas',
+        'FoldPanelBar',
         'HtmlWindow',
         'IntCtrl',
         'MediaCtrl',