gengrid/genlist: added index,update smartcallback documentation.

This commit is contained in:
Daniel Juyung Seo 2013-06-05 14:50:34 +09:00
parent d0d4afd590
commit cc77713da3
2 changed files with 4 additions and 0 deletions

View File

@ -222,6 +222,8 @@
* - @c "moved" - This is called when a gengrid item is moved by a user
* interaction in a reorder mode. The %c event_info parameter is the item that
* was moved.
* - @c "index,update" - This is called when a gengrid item index is changed.
* Note that this callback is called while each item is being realized.
* - @c "highlighted" - an item in the list is highlighted. This is called when
* the user presses an item or keyboard selection is done so the item is
* physically highlighted. The %c event_info parameter is the item that was

View File

@ -353,6 +353,8 @@
* another item in reorder mode. The event_info parameter is the reordered
* item. To get the relative previous item, use elm_genlist_item_next_get().
* This signal is called along with "moved" signal.
* - @c "index,update" - This is called when a genlist item index is changed.
* Note that this callback is called while each item is being realized.
* - @c "language,changed" - This is called when the program's language is
* changed. Call the elm_genlist_realized_items_update() if items text should
* be translated.