Gui: Introduce Gui::Document::createView to Python.

This commit is contained in:
tritao
2025-01-11 22:32:35 +00:00
committed by Chris Hennes
parent a524186ab4
commit 4c5aaeaf33
3 changed files with 34 additions and 1 deletions

View File

@@ -119,6 +119,16 @@ The active object of the document. Deprecated, use ActiveObject.</UserDocu>
The active view of the document. Deprecated, use ActiveView.</UserDocu>
</Documentation>
</Methode>
<Methode Name="createView">
<Documentation>
<UserDocu>createView(type) -> object or None
Return a newly created view of a given type.
type : str
Type name.</UserDocu>
</Documentation>
</Methode>
<Methode Name="mdiViewsOfType" Const="true">
<Documentation>
<UserDocu>mdiViewsOfType(type) -> list of MDIView