From 3e94c23fa528a71f320ca3103d50e6ce40ed7f1b Mon Sep 17 00:00:00 2001 From: Nils Reid Date: Sat, 23 Jan 2021 23:34:44 +0100 Subject: Exposed find_next_valid_focus and find_prev_valid_focus. --- doc/classes/Control.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/classes') 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] + + + + + Finds the next (below in the tree) [Control] that can receive the focus. + + + + + + + Finds the previous (above in the tree) [Control] that can receive the focus. + + -- cgit v1.2.3