Implement Gramps bottombar

svn: r16360
This commit is contained in:
Nick Hall
2011-01-11 01:21:38 +00:00
parent 78cc4c3000
commit e44dfa291e
13 changed files with 1100 additions and 4 deletions

@ -440,3 +440,13 @@ class BasePersonView(ListView):
person = self.dbstate.db.get_person_from_handle(person_handle)
person.add_tag(tag_handle)
self.dbstate.db.commit_person(person, transaction)
def get_default_gramplets(self):
"""
Define the default gramplets for the sidebar and bottombar.
"""
return (("Welcome Gramplet",),
("Person Details Gramplet",
"Person Gallery Gramplet",
"Person Residence Gramplet",
"Person Attributes Gramplet"))