2006-08-10 Don Allingham <don@gramps-project.org>

* src/DisplayTabs/_EmbeddedList.py: use cPickle instead of pickle
	* src/DisplayTabs/_GalleryTab.py: add dnd functionality
	* src/DdTargets.py: add URI_LIST and APP_ROOT



svn: r7151
This commit is contained in:
Don Allingham
2006-08-11 03:22:38 +00:00
parent f528c0d750
commit 2368211ba1
4 changed files with 179 additions and 1 deletions

View File

@@ -153,6 +153,8 @@ class _DdTargets(object):
self.STRING = _DdType(self,'STRING', 0, 2)
self.COMPOUND_TEXT = _DdType(self,'COMPOUND_TEXT', 0, 3)
self.UTF8_STRING = _DdType(self,'UTF8_STRING', 0, 4)
self.URI_LIST = _DdType(self,'text/uri-list', 0, 5)
self.APP_ROOT = _DdType(self,'application/x-rootwin-drop', 0, 6)
# List of all the test types. These are types
# that can be interpreted as text.