Document recently added scroll,edge,X signals to elm_genlist

SVN revision: 54394
This commit is contained in:
Bruno Dilly 2010-11-10 03:01:15 +00:00
parent 715dbba805
commit 6e22d984ae
1 changed files with 12 additions and 0 deletions

View File

@ -77,6 +77,18 @@
* longpressed - This is called when the item is pressed for a certain amount
* of time. By default it's 1 second.
*
* scroll,edge,top - This is called when the genlist is scrolled until the top
* edge.
*
* scroll,edge,bottom - This is called when the genlist is scrolled until the
* bottom edge.
*
* scroll,edge,left - This is called when the genlist is scrolled until the
* left edge.
*
* scroll,edge,right - This is called when the genlist is scrolled until the
* right edge.
*
* Genlist has a fairly large API, mostly because it's relatively complex,
* trying to be both expansive, powerful and efficient. First we will begin
* an overview o the theory behind genlist.