X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/729f427637dc69b7bb2f25316d538f2288057544..4f2570aaf16049c11fc50d85cb15952e73bbab85:/wxPython/demo/Main.py?ds=sidebyside diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index e0ca92f260..52c534bf68 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -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',