elm gengrid: Fixed documentation typo.

SVN revision: 61271
This commit is contained in:
Daniel Juyung Seo 2011-07-12 09:03:18 +00:00
parent 26d14e25c9
commit b93487a4bd
1 changed files with 1 additions and 1 deletions

View File

@ -2908,7 +2908,7 @@ extern "C" {
* or gengrid has been resized or horizontal property has been changed.
* scroll - the content has been scrolled (moved).
* "scroll,drag,start" - dragging the contents around has started.
* "scroll,drat,stop" - dragging the contents around has stopped.
* "scroll,drag,stop" - dragging the contents around has stopped.
* drag - Gengrid is being dragged.
* "drag,start,up" - Gengrid has been dragged (not scrolled) up.
* "drag,start,down" - Gengrid has been dragged (not scrolled) down.