summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2016-01-25 18:13:25 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2016-01-25 18:14:59 +0900
commit5e8b3a042c0840328324a72092f546e7d9dc501c (patch)
treee6beeae85b57b5d1f19ff713f20a2f9ad6dd8241
parent2ea0df8aa9177c9d8974288fe718f85f41748c59 (diff)
downloadelementary-5e8b3a042c0840328324a72092f546e7d9dc501c.tar.gz
naviframe: Update documentation of item_pop_cb_set and item_pop_to.
-rw-r--r--src/lib/elm_naviframe_item.eo8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/elm_naviframe_item.eo b/src/lib/elm_naviframe_item.eo
index f3d70b8f1..f620e4604 100644
--- a/src/lib/elm_naviframe_item.eo
+++ b/src/lib/elm_naviframe_item.eo
@@ -19,6 +19,11 @@ class Elm.Naviframe_Item(Elm.Widget_Item)
The items between the top and the given item will be deleted
first, and then the top item will be popped at last.
+
+ Warning: The pop callback function set by
+ elm_naviframe_item_pop_cb_set is not called for items between the
+ top item and the destination item since those items are deleted
+ without being popped.
]]
}
title_enabled_get @const {
@@ -54,6 +59,9 @@ class Elm.Naviframe_Item(Elm.Widget_Item)
additionally if the function does an exact same logic with
this $func. When hardware back key is pressed then both
callbacks will be called.
+ Warning: The pop callback function is called only if the item is
+ popped. Therefore, the pop callback function is not called if the
+ item is deleted without being popped.
@since 1.8
]]