summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-05-30 11:48:02 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-05-30 11:48:02 +0200
commitc9f249796df71f1921c7e8ea11cd23c2339e9376 (patch)
tree9699aac8c15d4e203d8f6290825ac80c1c310cfa /doc
parent4cd39c56fb242137f025313e64c13ab147113d09 (diff)
parent64d789aba7b5f57611d503be55e9405ff389e05e (diff)
downloadredot-engine-c9f249796df71f1921c7e8ea11cd23c2339e9376.tar.gz
Merge pull request #92317 from bruvzg/emb_decorations
Fix `get_position_with_decorations` and `get_size_with_decorations` for embedded windows.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Window.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index 9c0e8011dc..286b35d642 100644
--- a/doc/classes/Window.xml
+++ b/doc/classes/Window.xml
@@ -118,12 +118,14 @@
<return type="Vector2i" />
<description>
Returns the window's position including its border.
+ [b]Note:[/b] If [member visible] is [code]false[/code], this method returns the same value as [member position].
</description>
</method>
<method name="get_size_with_decorations" qualifiers="const">
<return type="Vector2i" />
<description>
Returns the window's size including its border.
+ [b]Note:[/b] If [member visible] is [code]false[/code], this method returns the same value as [member size].
</description>
</method>
<method name="get_theme_color" qualifiers="const">