]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
use wxFILE_SEP_PATH instead of ':' separator for wxMac
[wxWidgets.git] / wxPython / demo / Main.py
index e0ca92f26008c19e7a9574e9dc09ee31efe75eb8..52c534bf6893e37e34a6e90f19cb8f6357a33a08 100644 (file)
@@ -33,6 +33,8 @@ _treeList = [
                                 'DrawXXXList',
                                 'ErrorDialogs',
                                 'wxRightTextCtrl',
+                                'URLDragAndDrop',
+                                'wxMimeTypesManager',
                                 ##'wxPopupWindow',
                                 ]),
 
@@ -60,13 +62,14 @@ _treeList = [
 
     ('Window Layout', ['wxLayoutConstraints', 'LayoutAnchors', 'Sizers', 'XML_Resource']),
 
-    ('Miscellaneous', [ 'DragAndDrop', 'CustomDragAndDrop', 'FontEnumerator',
+    ('Miscellaneous', [ 'DragAndDrop', 'CustomDragAndDrop', 'URLDragAndDrop',
+                        'FontEnumerator',
                         'wxTimer', 'wxValidator', 'wxGLCanvas', 'DialogUnits',
                         'wxImage', 'wxMask', 'PrintFramework', 'wxOGL',
                         'PythonEvents', 'Threads',
                         'ActiveXWrapper_Acrobat', 'ActiveXWrapper_IE',
                         'wxDragImage', "wxProcess", "FancyText", "OOR", "wxWave",
-                        'wxJoystick', 'DrawXXXList', 'ErrorDialogs',
+                        'wxJoystick', 'DrawXXXList', 'ErrorDialogs', 'wxMimeTypesManager',
                         ]),
 
     ('wxPython Library', ['Layoutf', 'wxScrolledMessageDialog',