elementary/naviframe - updated doc.

fixed grammar. found by ShilpaOnkar Singh. 



SVN revision: 63551
This commit is contained in:
ChunEon Park 2011-09-23 00:34:50 +00:00
parent 009d533645
commit 12d5ae477d
1 changed files with 5 additions and 5 deletions

View File

@ -26663,14 +26663,14 @@ extern "C" {
*
* @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.
*
@ -26686,7 +26686,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
*
@ -26805,7 +26805,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.