From c2fd0e31a54b121d198181ffbbe4d56eaf0e996c Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 23 Feb 2015 18:57:30 +0900 Subject: [PATCH] genlist: Add comments for elm,state,focused/unfocused signals. --- legacy/elementary/data/themes/edc/elm/genlist.edc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/legacy/elementary/data/themes/edc/elm/genlist.edc b/legacy/elementary/data/themes/edc/elm/genlist.edc index 75b6909299..f10e158f76 100644 --- a/legacy/elementary/data/themes/edc/elm/genlist.edc +++ b/legacy/elementary/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; \