* src/DataViews/_MediaView.py: cleanup and documentation

* src/DataViews/_RepositoryView.py: cleanup and documentation
	* src/DataViews/_SourceView.py: cleanup and documentation
	* src/DataViews/_EventView.py: cleanup and documentation
	* src/DataViews/_FamilyList.py: cleanup and documentation
	* src/DataViews/_PedigreeView.py: cleanup and documentation
	* src/DataViews/_PlaceView.py: cleanup and documentation
	* src/DataViews/_NoteView.py: cleanup and documentation
	* src/DataViews/_PersonView.py: cleanup and documentation
	* src/DataViews/_MapView.py: cleanup and documentation
	* src/DataViews/_RelationView.py: cleanup and documentation
	* src/PageView.py: cleanup and documentation
	
2007-09-12  Don Allingham  <don@gramps-project.org>


svn: r8969
This commit is contained in:
Don Allingham
2007-09-13 04:20:24 +00:00
parent ca2942e133
commit dd42d5b11f
13 changed files with 156 additions and 114 deletions

View File

@@ -167,7 +167,7 @@ class EventView(PageView.ListView):
def define_actions(self):
PageView.ListView.define_actions(self)
self.add_action('FilterEdit', None, _('Event Filter Editor'),
self._add_action('FilterEdit', None, _('Event Filter Editor'),
callback=self.filter_editor,)
def get_handle_from_gramps_id(self, gid):
@@ -177,7 +177,7 @@ class EventView(PageView.ListView):
else:
return None
def column_editor(self, obj):
def _column_editor(self, obj):
"""
returns a tuple indicating the column order
"""