jaehwan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=6cd4d0918fd1846625d925a2129efa24568516d9

commit 6cd4d0918fd1846625d925a2129efa24568516d9
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Fri Aug 14 23:59:06 2015 +0900

    focus: add the comment about focus origin property.
---
 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 8520c9b..808a348 100644
--- a/src/lib/elm_widget.eo
+++ b/src/lib/elm_widget.eo
@@ -366,6 +366,7 @@ abstract Elm.Widget (Evas.Object_Smart, 
Elm_Interface_Atspi_Accessible, Elm_Inte
       }
       @property focus_origin {
          get {
+            [[Get the origination of the focus. Arrow key, tab key, mouse or 
deletion of an object.]]
             return: Elm_Focus_Direction;
          }
       }

-- 


Reply via email to