Added family type drag objects

svn: r15669
This commit is contained in:
Doug Blank
2010-07-31 02:11:47 +00:00
parent e1f34d3ebe
commit 9ddb7990f5
3 changed files with 59 additions and 20 deletions

View File

@@ -53,6 +53,7 @@ import config
from QuestionDialog import ErrorDialog
from Filters.SideBar import FamilySidebarFilter
from gen.plug import CATEGORY_QR_FAMILY
from DdTargets import DdTargets
#-------------------------------------------------------------------------
#
@@ -263,3 +264,9 @@ class FamilyView(ListView):
As this submenu will be dynamically built, we offer a dummy action
"""
pass
def drag_info(self):
"""
Indicate that the drag type is a FAMILY_LINK
"""
return DdTargets.FAMILY_LINK