summaryrefslogtreecommitdiff
path: root/doc/classes/Control.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-02-03 13:35:19 +0100
committerGitHub <noreply@github.com>2022-02-03 13:35:19 +0100
commit7f93eb34cf4b4e900aa9ba185b009fcb409d5d1c (patch)
tree3d31386b4c8200d9882b639b98728588802e0b96 /doc/classes/Control.xml
parente165f18ae532ddf118b19bdd439f4ac6c226903a (diff)
parent73e784de1e95cfdf775e00e608114f5295813060 (diff)
Merge pull request #57581 from groud/remove_get_fowus_owner
Diffstat (limited to 'doc/classes/Control.xml')
-rw-r--r--doc/classes/Control.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index d5551e1e04..b6c2dac33c 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -380,12 +380,6 @@
Returns the focus neighbor for the specified [enum Side]. A getter method for [member focus_neighbor_bottom], [member focus_neighbor_left], [member focus_neighbor_right] and [member focus_neighbor_top].
</description>
</method>
- <method name="get_focus_owner" qualifiers="const">
- <return type="Control" />
- <description>
- Returns the control that has the keyboard focus or [code]null[/code] if none.
- </description>
- </method>
<method name="get_global_rect" qualifiers="const">
<return type="Rect2" />
<description>