focus: add the comment about focus origin property.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 14 Aug 2015 14:59:06 +0000 (23:59 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 14 Aug 2015 14:59:06 +0000 (23:59 +0900)
legacy/elementary/src/lib/elm_widget.eo

index 8520c9b..808a348 100644 (file)
@@ -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;
          }
       }