2006-06-19 Don Allingham <don@gramps-project.org>

* src/ViewManger.py: try tabs on the side
	* src/DisplayTabs/_PersonRefEmbedList.py: change Relationships to
	Associations
	* src/help/C/*: updates



svn: r6919
This commit is contained in:
Don Allingham
2006-06-19 21:06:29 +00:00
parent a2f2391b3a
commit be4c5b4274
25 changed files with 97 additions and 301 deletions

View File

@ -224,6 +224,7 @@ class ViewManager:
self.notebook = gtk.Notebook()
self.notebook.set_show_tabs(False)
self.notebook.set_tab_pos(gtk.POS_LEFT)
self.notebook.show()
self._init_lists()
self._build_ui_manager()