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 <yj34.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D8383
This commit is contained in:
Marcel Hollerbach 2019-03-17 15:30:23 +01:00
parent 8dca5fe677
commit 3fa8bb7bad
1 changed files with 2 additions and 0 deletions

View File

@ -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