seoz pushed a commit to branch master.

commit aaf946abd67a92209625635d1b5d16221be3a38e
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri May 31 14:52:56 2013 +0900

    elm_gengrid/genlist.h: flourish documentation for 'moved' smart callback.
---
 src/lib/elm_gengrid.h | 3 +++
 src/lib/elm_genlist.h | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/lib/elm_gengrid.h b/src/lib/elm_gengrid.h
index e630f12..92ebf49 100644
--- a/src/lib/elm_gengrid.h
+++ b/src/lib/elm_gengrid.h
@@ -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
diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h
index f5a782c..bcbc181 100644
--- a/src/lib/elm_genlist.h
+++ b/src/lib/elm_genlist.h
@@ -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().

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2

Reply via email to