* src/RelLib.py (Family.set_relationship): Update doc string.
svn: r4763
This commit is contained in:
parent
a13ae8e96d
commit
e1c3cb3989
@ -2,6 +2,7 @@
|
|||||||
* src/ListModel.py: Check for the list to be long enough.
|
* src/ListModel.py: Check for the list to be long enough.
|
||||||
* src/gramps.glade: Replace ComboBox with ComboBoxEntry; remove
|
* src/gramps.glade: Replace ComboBox with ComboBoxEntry; remove
|
||||||
unneeded scrollwed window (caused warning).
|
unneeded scrollwed window (caused warning).
|
||||||
|
* src/RelLib.py (Family.set_relationship): Update doc string.
|
||||||
|
|
||||||
2005-06-01 Don Allingham <don@gramps-project.org>
|
2005-06-01 Don Allingham <don@gramps-project.org>
|
||||||
* src/EditPerson.py: Start event_ref integration
|
* src/EditPerson.py: Start event_ref integration
|
||||||
|
@ -1953,7 +1953,9 @@ class Family(PrimaryObject,SourceNote,MediaBase,AttributeBase):
|
|||||||
def set_relationship(self,relationship_type):
|
def set_relationship(self,relationship_type):
|
||||||
"""
|
"""
|
||||||
Sets the relationship type between the people identified as the
|
Sets the relationship type between the people identified as the
|
||||||
father and mother in the relationship. The valid values are:
|
father and mother in the relationship. The type is a tuple whose
|
||||||
|
first item is an integer constant and whose second item is
|
||||||
|
the string. The valid values are:
|
||||||
|
|
||||||
- C{Family.MARRIED} : indicates a legally recognized married
|
- C{Family.MARRIED} : indicates a legally recognized married
|
||||||
relationship between two individuals. This may be either
|
relationship between two individuals. This may be either
|
||||||
|
Loading…
Reference in New Issue
Block a user