[elm_genlist.c] Applied SVN Revision 54393, 54394 Changes.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 11 Nov 2010 11:16:23 +0000 (20:16 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 11 Nov 2010 11:16:23 +0000 (20:16 +0900)
commit8e9d865b1e477186b5650c00ff514fc2527f80ea
treebbefb8e259d69b11d428f63e6e210379e2de7c5c
parent0c98eb21f01b2f2679152a54274d4377af7236a4
[elm_genlist.c] Applied SVN Revision 54393, 54394 Changes.
Changeset 54394 for trunk/TMP/st/elementary/src/lib/elm_genlist.c
Timestamp: 11/09/10 19:01:15 (32 hours ago)
Author: bdilly
Message: Document recently added scroll,edge,X signals to elm_genlist

Changeset 54393 for trunk/TMP/st/elementary/src/lib/elm_genlist.c
Timestamp: 11/09/10 18:48:59 (33 hours ago)
Author: bdilly
Message:
This small patch allows to get a smart callback when the scrollers in an
elm_list or in an elm_genlist fire the edge,{top,bottom,left,right}
signals, backporting them to the list object.
The new smart callbacks called are:
· "scroll,edge,top" - the list is scrolled until the top edge
· "scroll,edge,bottom" - the list is scrolled until the bottom edge
· "scroll,edge,left" - the list is scrolled until the left edge
· "scroll,edge,right" - the list is scrolled until the right edge
By: Marco Trevisan (Trevino) <mail@...>
src/bin/test_genlist.c
src/lib/elm_genlist.c