From 1fa51328285b8abf63358fe31664e60fd372566c Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Fri, 14 Aug 2015 23:59:06 +0900 Subject: [PATCH] focus: add the comment about focus origin property. Change-Id: Ie14c8f5587a7878f734cae41b231d0132d2b8a24 origin: upstream --- src/lib/elm_widget.eo | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elm_widget.eo b/src/lib/elm_widget.eo index 437e85e..e6996fa 100644 --- a/src/lib/elm_widget.eo +++ b/src/lib/elm_widget.eo @@ -421,6 +421,7 @@ abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Accessible, Elm_Inte } focus_origin { get { + /*Get the origination of the focus. Arrow key, tab key, mouse or deletion of an object.*/ return: Elm_Focus_Direction; } } -- 2.7.4