Gui: Clean up XML bindings.

This commit is contained in:
tritao
2025-02-12 01:31:23 +00:00
committed by Chris Hennes
parent e16c462916
commit 05bdb40c12
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
TwinPointer="LinkView"
Include="Gui/ViewProviderLink.h"
Namespace="Gui"
FatherInclude="Base/BaseClass.h"
FatherInclude="Base/BaseClassPy.h"
FatherNamespace="Base"
Constructor="true"
Delete="true">

View File

@@ -17,7 +17,7 @@
<Documentation>
<UserDocu>getUserDefinedMaterial() -> object
Get a material object with the user-defined colors.
Get a material object with the user-defined colors.
</UserDocu>
</Documentation>
</Methode>

View File

@@ -60,7 +60,7 @@ Show the object.</UserDocu>
</Methode>
<Methode Name="hide">
<Documentation>
<UserDocu>show() -> None
<UserDocu>hide() -> None
Hide the object.</UserDocu>
</Documentation>