diff options
author | Danil Alexeev <danil@alexeev.xyz> | 2024-02-12 16:55:02 +0300 |
---|---|---|
committer | Danil Alexeev <danil@alexeev.xyz> | 2024-02-15 15:59:50 +0300 |
commit | af28f87791ac4aed15d8f869876296febf5d5b58 (patch) | |
tree | cb0eea123982a45f7f761801f7730a7439f3c926 /doc/classes/Window.xml | |
parent | 907db8eebcecb97d527edcaff77a1c87a6c068f5 (diff) | |
download | redot-engine-af28f87791ac4aed15d8f869876296febf5d5b58.tar.gz |
Documentation: Add support for deprecated/experimental messages
Diffstat (limited to 'doc/classes/Window.xml')
-rw-r--r-- | doc/classes/Window.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index ab14f64aa1..57d26bf384 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -357,11 +357,10 @@ Centers a native window on the current screen and an embedded window on its embedder [Viewport]. </description> </method> - <method name="move_to_foreground" is_deprecated="true"> + <method name="move_to_foreground" deprecated="Use [method Window.grab_focus] instead."> <return type="void" /> <description> Moves the [Window] on top of other windows and focuses it. - [i]Deprecated.[/i] Use [method Window.grab_focus] instead. </description> </method> <method name="popup"> |