* src/DisplayTabs.py: fix scrolled window

* src/EditFamily.py: delete button
* src/gramps.glade: clean up the window.


svn: r5752
This commit is contained in:
Don Allingham
2006-01-14 18:02:07 +00:00
parent c8bbadb15f
commit a5f80d4c11
4 changed files with 16 additions and 6 deletions

View File

@@ -145,7 +145,10 @@ class ChildEmbedList(DisplayTabs.EmbeddedList):
print "Add Button Clicked"
def del_button_clicked(self,obj):
print "Del Button Clicked"
handle = self.get_selected()
if handle:
self.family.remove_child_handle(handle)
self.rebuild()
def edit_button_clicked(self,obj):
handle = self.get_selected()