Fix typos in src/Gio

This commit is contained in:
luz.paz
2019-07-19 15:33:02 -04:00
committed by wmayer
parent 5b74dc8b0d
commit 0f67e8ddfa
18 changed files with 53 additions and 54 deletions

View File

@@ -26,7 +26,7 @@
<Documentation>
<UserDocu>
removeProperty(string) -- Remove a generic property.
Note, you can only remove user-defined properties but not built-in ones.
Note, you can only remove user-defined properties, not built-in ones.
</UserDocu>
</Documentation>
</Methode>
@@ -86,7 +86,7 @@ Check whether the child object can be removed from other parent and added here b
<UserDocu>
replaceObject(oldObj, newObj) -> Int: replace a child object
Returns 1 if succeed, 0 if not found, -1 if not supported
Returns 1 if succeeded, 0 if not found, -1 if not supported
</UserDocu>
</Documentation>
</Methode>
@@ -182,7 +182,7 @@ getBoundingBox(subname=None, transform=True, view=None): obtain the bounding box
</Methode>
<Attribute Name="Annotation" ReadOnly="false">
<Documentation>
<UserDocu>A pivy Separator to add a custom scene graph to this ViewProvider</UserDocu>
<UserDocu>A pivy Separator to add a custom scenegraph to this ViewProvider</UserDocu>
</Documentation>
<Parameter Name="Annotation" Type="Object" />
</Attribute>
@@ -218,13 +218,13 @@ getBoundingBox(subname=None, transform=True, view=None): obtain the bounding box
</Attribute>
<Attribute Name="CanRemoveChildrenFromRoot" ReadOnly="true">
<Documentation>
<UserDocu>Tells the tree view whether to remvoe the children item from root or not</UserDocu>
<UserDocu>Tells the tree view whether to remove the children item from root or not</UserDocu>
</Documentation>
<Parameter Name="CanRemoveChildrenFromRoot" Type="Boolean" />
</Attribute>
<Attribute Name="LinkVisibility">
<Documentation>
<UserDocu>Get/set visiblities of all links to this view object</UserDocu>
<UserDocu>Get/set visibilities of all links to this view object</UserDocu>
</Documentation>
<Parameter Name="LinkVisibility" Type="Boolean" />
</Attribute>