list: Added descriptions for the newly introduced item,focused/item,unfocused smart...
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 18 Feb 2014 17:28:56 +0000 (02:28 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 25 Feb 2014 16:26:31 +0000 (01:26 +0900)
@feature

src/lib/elm_list.h

index 7dc588e..5793ae6 100644 (file)
@@ -47,6 +47,8 @@
  * - @c "language,changed" - the program's language changed
  * - @c "focused" - When the list has received focus. (since 1.8)
  * - @c "unfocused" - When the list has lost focus. (since 1.8)
+ * - @c "item,focused" - When the list item has received focus. (since 1.10)
+ * - @c "item,unfocused" - When the list item has lost focus. (since 1.10)
  *
  * Available styles for it are:
  * - @c "default"