elm genlist: Fixed documentation.

SVN revision: 69648
This commit is contained in:
Daniel Juyung Seo 2012-03-27 02:39:14 +00:00
parent 6be717ba94
commit bff724ddb4
1 changed files with 3 additions and 2 deletions

View File

@ -311,8 +311,9 @@
* - @c "multi,swipe,down" - This is called when the genlist is multi-touch
* swiped down.
* - @c "multi,pinch,out" - This is called when the genlist is multi-touch
* pinched out. "- @c multi,pinch,in" - This is called when the genlist is
* multi-touch pinched in.
* pinched out.
* - @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.
* - @c "moved,after" - This is called when a genlist item is moved after.