]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
New PyCrust files
[wxWidgets.git] / wxPython / demo / Main.py
index e0ca92f26008c19e7a9574e9dc09ee31efe75eb8..afd2b131c9cb5c287f53b9dbd84b13c0111be456 100644 (file)
@@ -33,6 +33,7 @@ _treeList = [
                                 'DrawXXXList',
                                 'ErrorDialogs',
                                 'wxRightTextCtrl',
+                                'URLDragAndDrop',
                                 ##'wxPopupWindow',
                                 ]),
 
@@ -60,7 +61,8 @@ _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',