Elementary/naviframe - doc more.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 20 Sep 2011 01:39:35 +0000 (01:39 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 20 Sep 2011 01:39:35 +0000 (01:39 +0000)
Since the users have no idea about elm_object_item content/text parts names which are available,
added those part names in doc here.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63485 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in

index 47dd7fa..2a210eb 100644 (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.
     * @{