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