summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-01-26 09:59:20 +0100
committerGitHub <noreply@github.com>2021-01-26 09:59:20 +0100
commit328b8e5f7e180ae3f259d02bf9b0fe9970445d2c (patch)
tree38c43a59d67b436ee72fc5be0f6528baef6f2d1b /doc/classes
parentacd96e5201f1afe0ec7ebfab32272334041429c4 (diff)
parent3e94c23fa528a71f320ca3103d50e6ce40ed7f1b (diff)
Merge pull request #45401 from linkpy/master
Exposed `find_next_valid_focus` and `find_prev_valid_focus`.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Control.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index 533748aced..d94e495a5e 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -306,6 +306,20 @@
[/codeblocks]
</description>
</method>
+ <method name="find_next_valid_focus" qualifiers="const">
+ <return type="Control">
+ </return>
+ <description>
+ Finds the next (below in the tree) [Control] that can receive the focus.
+ </description>
+ </method>
+ <method name="find_prev_valid_focus" qualifiers="const">
+ <return type="Control">
+ </return>
+ <description>
+ Finds the previous (above in the tree) [Control] that can receive the focus.
+ </description>
+ </method>
<method name="force_drag">
<return type="void">
</return>