classref: Sync with current master branch (8c7b98d45)

This commit is contained in:
Rémi Verschelde
2023-02-14 19:48:22 +01:00
parent 79da2289cf
commit 89907d4f59
66 changed files with 847 additions and 418 deletions

View File

@@ -1939,6 +1939,8 @@ Popups the **Window** at the center of the current screen, with optionally given
If the **Window** is embedded, it will be centered in the parent :ref:`Viewport<class_Viewport>` instead.
\ **Note:** Calling it with the default value of ``minsize`` is equivalent to calling it with :ref:`size<class_Window_property_size>`.
.. rst-class:: classref-item-separator
----
@@ -1953,6 +1955,8 @@ Popups the **Window** centered inside its parent **Window**.
\ ``fallback_ratio`` determines the maximum size of the **Window**, in relation to its parent.
\ **Note:** Calling it with the default value of ``minsize`` is equivalent to calling it with :ref:`size<class_Window_property_size>`.
.. rst-class:: classref-item-separator
----