elm_gengrid/genlist.h: flourish documentation for 'moved' smart callback.

This commit is contained in:
Daniel Juyung Seo 2013-05-31 14:52:56 +09:00
parent fcf5059148
commit 94894ad8ec
2 changed files with 6 additions and 1 deletions

View File

@ -219,6 +219,9 @@
* until the left edge.
* - @c "edge,right" - This is called when the gengrid is scrolled
* until the right edge.
* - @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 "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

@ -342,7 +342,9 @@
* - @c multi,pinch,in" - This is called when the genlist is multi-touch
* pinched in.
* - @c "swipe" - This is called when the genlist is swiped.
* - @c "moved" - This is called when a genlist item is moved in reorder mode.
* - @c "moved" - This is called when a genlist item is moved by a user
* interaction in a reorder mode. The %c event_info parameter is the item that
* was moved.
* - @c "moved,after" - This is called when a genlist item is moved after
* another item in reorder mode. The event_info parameter is the reordered
* item. To get the relative previous item, use elm_genlist_item_prev_get().