seoz pushed a commit to branch master.

commit f9f6b088694eebc79e6c052d6bee6fdae16b857e
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Aug 14 11:41:25 2013 +0900

    elc_naviframe.h: fixed wrong documentation.
---
 src/lib/elc_naviframe.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/lib/elc_naviframe.h b/src/lib/elc_naviframe.h
index 4a03cd2..a2f4af6 100644
--- a/src/lib/elc_naviframe.h
+++ b/src/lib/elc_naviframe.h
@@ -22,12 +22,10 @@
  * - title icon and
  * - content area.
  *
- * This widget inherits from the @ref Layout one, so that all the
- * functions acting on it also work for naviframe objects.
- *
- * Because this widget is a layout, one places content on those areas
- * by using elm_layout_content_set() on the right swallow part names
- * expected for each, which are:
+ * One can use @ref elm_object_item_part_content_set,
+ * @ref elm_object_item_part_content_get,
+ * @ref elm_object_item_part_content_unset functions to handle the contents.
+ * The swallow part name should be one of these:
  * @li @c "default" - The main content of the current page
  * @li @c "icon" - An icon in the title area of the current page
  * @li @c "prev_btn" - A button of the current page to go to the
@@ -35,7 +33,9 @@
  * @li @c "next_btn" - A button of the current page to go to the next
  *                     page
  *
- * For text, elm_layout_text_set() will work here on:
+ * One can use @ref elm_object_item_part_text_set,
+ * @ref elm_object_item_part_text_get to handle the text parts.
+ * The swallow part name should be one of these:
  * @li @c "default" - Title label in the title area of the current
  *                    page
  * @li @c "subtitle" - Sub-title label in the title area of the

-- 

------------------------------------------------------------------------------
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://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to