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

@@ -2456,7 +2456,7 @@ MDIView *Document::setActiveView(const ViewProviderDocumentObject* vp, Base::Typ
/**
* @brief Document::setActiveWindow
* If this document is active and the view is part of it then it will be
* activated. If the document is not active of the view is already active
* activated. If the document is not active or if the view is already active
* nothing is done.
* @param view
*/