classref: Sync with current 4.2 branch (f9d101d)

This commit is contained in:
Godot Organization
2024-05-07 11:26:31 +00:00
parent ee80d12afd
commit 77af6c9b61
919 changed files with 5970 additions and 3350 deletions

View File

@@ -2,8 +2,8 @@
.. DO NOT EDIT THIS FILE!!!
.. Generated automatically from Godot engine sources.
.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Window.xml.
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py.
.. XML source: https://github.com/godotengine/godot/tree/4.2/doc/classes/Window.xml.
.. _class_Window:
@@ -1611,7 +1611,7 @@ Ends a bulk theme override update. See :ref:`begin_bulk_theme_override<class_Win
:ref:`Vector2<class_Vector2>` **get_contents_minimum_size** **(** **)** |const|
Returns the combined minimum size from the child :ref:`Control<class_Control>` nodes of the window. Use :ref:`child_controls_changed<class_Window_method_child_controls_changed>` to update it when children nodes have changed.
Returns the combined minimum size from the child :ref:`Control<class_Control>` nodes of the window. Use :ref:`child_controls_changed<class_Window_method_child_controls_changed>` to update it when child nodes have changed.
The value returned by this method can be overridden with :ref:`_get_contents_minimum_size<class_Window_private_method__get_contents_minimum_size>`.