genlist: Add comments for elm,state,focused/unfocused signals.

This commit is contained in:
Daniel Juyung Seo 2015-02-23 18:57:30 +09:00
parent c0e8ebc971
commit c2fd0e31a5
1 changed files with 7 additions and 0 deletions

View File

@ -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; \