From f9f6b088694eebc79e6c052d6bee6fdae16b857e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 14 Aug 2013 11:41:25 +0900 Subject: [PATCH] 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 -- 2.7.4