diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-03 13:35:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 13:35:19 +0100 |
commit | 7f93eb34cf4b4e900aa9ba185b009fcb409d5d1c (patch) | |
tree | 3d31386b4c8200d9882b639b98728588802e0b96 /doc/classes/Control.xml | |
parent | e165f18ae532ddf118b19bdd439f4ac6c226903a (diff) | |
parent | 73e784de1e95cfdf775e00e608114f5295813060 (diff) |
Merge pull request #57581 from groud/remove_get_fowus_owner
Diffstat (limited to 'doc/classes/Control.xml')
-rw-r--r-- | doc/classes/Control.xml | 6 |
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> |