Added ability for multiple selections from Simple Tables of Quick Views to be dropped on Clipboards

svn: r15665
This commit is contained in:
Doug Blank
2010-07-30 01:18:49 +00:00
parent 2cabdbf0a3
commit 77e5629012
3 changed files with 86 additions and 10 deletions

View File

@@ -127,6 +127,7 @@ class _DdTargets(object):
self.PERSON_LINK = _DdType(self, 'person-link')
self.LINK_LIST = _DdType(self, 'link-list')
self.RAW_LIST = _DdType(self, 'raw-list')
self.HANDLE_LIST = _DdType(self, 'handle-list')
self.PERSONREF = _DdType(self, 'personref')
self.SOURCEREF = _DdType(self, 'srcref')
self.SOURCE_LINK = _DdType(self, 'source-link')
@@ -149,6 +150,7 @@ class _DdTargets(object):
self.PERSON_LINK,
self.LINK_LIST,
self.RAW_LIST,
self.HANDLE_LIST,
self.PERSONREF,
self.REPO_LINK,
self.REPOREF,