Add children bottombar gramplets
svn: r16621
This commit is contained in:
@ -311,6 +311,32 @@ register(GRAMPLET,
|
||||
gramplet_title=_("Sources"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Person Children Gramplet",
|
||||
name=_("Person Children Gramplet"),
|
||||
description = _("Gramplet showing the children of a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
status = STABLE,
|
||||
fname="Children.py",
|
||||
height=200,
|
||||
gramplet = 'PersonChildren',
|
||||
gramplet_title=_("Children"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Family Children Gramplet",
|
||||
name=_("Family Children Gramplet"),
|
||||
description = _("Gramplet showing the children of a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.3",
|
||||
status = STABLE,
|
||||
fname="Children.py",
|
||||
height=200,
|
||||
gramplet = 'FamilyChildren',
|
||||
gramplet_title=_("Children"),
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Person Filter Gramplet",
|
||||
name=_("Person Filter Gramplet"),
|
||||
|
Reference in New Issue
Block a user