Elementary/naviframe - doc more.

Since the users have no idea about elm_object_item content/text parts names which are available,
added those part names in doc here. 



SVN revision: 63485
This commit is contained in:
ChunEon Park 2011-09-20 01:39:35 +00:00
parent fd085ab76c
commit 45d161a5fa
1 changed files with 10 additions and 0 deletions

View File

@ -26679,6 +26679,16 @@ extern "C" {
* @li "transition,finished" - When the transition is finished in changing
* the item
* @li "title,clicked" - User clicked title area
*
* Default contents parts for the naviframe items that you can use for are:
*
* @li "elm.swallow.content" - The main content of the page
* @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:
*
* @li "elm.text.title" - The title label in the title area
*
* @ref tutorial_naviframe gives a good overview of the usage of the API.
* @{