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:
		@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user