seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5a3f4d6441b9b6e5c204179f21f38cf51ee3b5af
commit 5a3f4d6441b9b6e5c204179f21f38cf51ee3b5af Author: Daniel Juyung Seo <seojuyu...@gmail.com> Date: Mon Feb 23 18:57:30 2015 +0900 genlist: Add comments for elm,state,focused/unfocused signals. --- data/themes/edc/elm/genlist.edc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/themes/edc/elm/genlist.edc b/data/themes/edc/elm/genlist.edc index 75b6909..f10e158 100644 --- a/data/themes/edc/elm/genlist.edc +++ b/data/themes/edc/elm/genlist.edc @@ -1,3 +1,10 @@ +/* genlist widget item style information + + [SIGNAL] + elm,state,focused: Emitted when an item is focused only when an item's "focus_highlight" is "on". + elm,state,unfocused: Emitted when an item is unfocused only when an item's "focus_highlight" is "on". +*/ + #define ODD(_NAME, _SRC) \ group { _NAME; \ inherit: _SRC; \ --