From 3fa8bb7bad584533311753fb447321e9f333591e Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Sun, 17 Mar 2019 15:30:23 +0100 Subject: [PATCH] elm_focus: document that focus_region_show_mode more it appears that this API is only implemented in Elm_Gengrid, this patch adds documentation for this. ref D8286 Reviewed-by: YeongJong Lee Differential Revision: https://phab.enlightenment.org/D8383 --- src/lib/elementary/elm_focus.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/elementary/elm_focus.h b/src/lib/elementary/elm_focus.h index 6532aea457..a7243a9a65 100644 --- a/src/lib/elementary/elm_focus.h +++ b/src/lib/elementary/elm_focus.h @@ -352,6 +352,8 @@ EAPI Elm_Focus_Move_Policy elm_object_focus_move_policy_get(const Evas_Object * * as an item, set the mode ELM_FOCUS_REGION_SHOW_ITEM. * If then, it will be scrolled as an item. * + * This API is only implemented for Elm_Gengrid widgets. Every other widgets will always automatically show the widget. + * * @since 1.16 * * @ingroup Elm_Focus