From 3cafe463798ea0f839d82465c99fbb245c2cceef Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Thu, 22 Sep 2011 17:11:29 +0900 Subject: [PATCH] naviframe - updated doc naviframe - updated signal names Change-Id: I93e646b6e8838b86fe0900bbf6dbe64ae863023f --- src/lib/Elementary.h.in | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 3fcad11..8ae8d2f 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -8279,22 +8279,24 @@ extern "C" { #define ELM_NAVIFRAME_ITEM_OPTIONHEADER "elm.swallow.optionheader" #define ELM_NAVIFRAME_ITEM_TITLE_LABEL "elm.text.title" #define ELM_NAVIFRAME_ITEM_PREV_BTN "elm.swallow.prev_btn" - #define ELM_NAVIFRAME_ITEM_SIGNAL_OPTIONHEADER_CLOSE "elm,state,optionheader,instant_close", "" - #define ELM_NAVIFRAME_ITEM_SIGNAL_OPTIONHEADER_OPEN "elm,state,optionheader,instant_open", "" + #define ELM_NAVIFRAME_ITEM_SIGNAL_OPTIONHEADER_CLOSE "elm,state,optionheader,close", "" + #define ELM_NAVIFRAME_ITEM_SIGNAL_OPTIONHEADER_OPEN "elm,state,optionheader,open", "" + #define ELM_NAVIFRAME_ITEM_SIGNAL_OPTIONHEADER_INSTANT_CLOSE "elm,state,optionheader,instant_close", "" + #define ELM_NAVIFRAME_ITEM_SIGNAL_OPTIONHEADER_INSTANT_OPEN "elm,state,optionheader,instant_open", "" /** * @defgroup Naviframe Naviframe * * @brief Naviframe is a kind of view manager for the applications. * - * Naviframe provies functions to switch the different pages with stack + * Naviframe provides functions to switch different pages with stack * mechanism. It means if one page(item) needs to be changed to the new one, * then naviframe would push the new page to it's internal stack. Of course, * it can be back to the previous page by popping the top page. Naviframe - * provides some transition effect while the pages are switching (such as + * provides some transition effect while the pages are switching (same as * pager). * - * Since the each item could keep the different styles, users could keep the + * Since each item could keep the different styles, users could keep the * same look & feel for the pages or different styles for the items in it's * application. * @@ -8310,7 +8312,7 @@ extern "C" { * @li "elm.swallow.prev_btn" - The button to go to the previous page * @li "elm.swallow.next_btn" - The button to go to the next page * - * Default text parts for the naviframe items that you can use for are: + * Default text parts of naviframe items that you can be used are: * * @li "elm.text.title" - The title label in the title area * @@ -8429,7 +8431,7 @@ extern "C" { * @brief Show/Hide the title area * * @param it The naviframe item - * @param visible If @c EINA_TRUE, title area will be visible, disable + * @param visible If @c EINA_TRUE, title area will be visible, hidden * otherwise * * When the title area is invisible, then the controls would be hidden so as * to expand the content area to full-size. -- 2.7.4