list: Added descriptions for the newly introduced item,focused/item,unfocused smart callbacks.

@feature
This commit is contained in:
Daniel Juyung Seo 2014-02-19 02:28:56 +09:00
parent 069a3de27d
commit 0492223206
1 changed files with 2 additions and 0 deletions

View 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"