projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33056b1
)
focus: add the comment about focus origin property.
author
Jaehwan Kim
<jae.hwan.kim@samsung.com>
Fri, 14 Aug 2015 14:59:06 +0000
(23:59 +0900)
committer
Jaehwan Kim
<jae.hwan.kim@samsung.com>
Fri, 14 Aug 2015 14:59:06 +0000
(23:59 +0900)
src/lib/elm_widget.eo
patch
|
blob
|
history
diff --git
a/src/lib/elm_widget.eo
b/src/lib/elm_widget.eo
index 8520c9be68744332397edcedb14fad32cd167fa3..808a348cb5c9b0e781054ad39341671e4b5a234a 100644
(file)
--- 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;
}
}