focus: add the comment about focus origin property.

This commit is contained in:
Jaehwan Kim 2015-08-14 23:59:06 +09:00
parent e69b0fb210
commit 3ea0d46fe8
1 changed files with 1 additions and 0 deletions

View 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;
}
}