summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-02-19 02:28:56 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-02-26 01:26:31 +0900
commit9a5e57f3532f7cf7fbe0ff0c6f0fbacbd52e12ea (patch)
treebdc6e8719a720038fb1d560f54c08783befafab7
parentf79ef2608d9bf633ccca2077bfd3fb1885a7da2d (diff)
downloadelementary-9a5e57f3532f7cf7fbe0ff0c6f0fbacbd52e12ea.tar.gz
list: Added descriptions for the newly introduced item,focused/item,unfocused smart callbacks.
@feature
-rw-r--r--src/lib/elm_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elm_list.h b/src/lib/elm_list.h
index 7dc588ee8..5793ae641 100644
--- a/src/lib/elm_list.h
+++ b/src/lib/elm_list.h
@@ -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"