Added URL drag and drop sample to the wxPython demo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-10-26 02:13:11 +00:00
parent e6d318c25a
commit 846ec2f9ed
3 changed files with 144 additions and 1 deletions

View 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',