API Feedback for elm_pager.
authorsanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 15 Feb 2012 04:07:50 +0000 (04:07 +0000)
committersanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 15 Feb 2012 04:07:50 +0000 (04:07 +0000)
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67948 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_pager.h

index f0afb10..bc7c26b 100644 (file)
@@ -8,11 +8,11 @@
  * of objects.
  *
  * The flipping between pages of objects is animated. All content
- * in the pager is kept in a stack, being the last content added
+ * in the pager is kept in a stack, the top being the last content added
  * (visible one) on the top of that stack.
  *
  * Objects can be pushed or popped from the stack or deleted as
- * well. Pushes and pops will animate the widget accordingly to its
+ * well. Pushes and pops will animate the widget according to its
  * style (a pop will also delete the child object once the
  * animation is finished). Any object already in the pager can be
  * promoted to the top (from its current stacking position) through
  * to the top with elm_pager_content_push(). When the top item is
  * no longer wanted, simply pop it with elm_pager_content_pop() and
  * it will also be deleted. If an object is no longer needed and is
- * not the top item, just delete it as normal. You can query which
- * objects are the top and bottom with
- * elm_pager_content_bottom_get() and elm_pager_content_top_get().
+ * not the top item, just delete it as normal. You can get the objects 
+ * at the top and bottom with
+ * elm_pager_content_top_get() and elm_pager_content_bottom_get() 
+ * respectively.
  *
  * Signals that you can add callbacks for are:
  * - @c "show,finished" - when a new page is actually shown on the top