change elm_naviframe_itepm_pop_to api document

Summary:
Naviframe: modify elm_naviframe_item_pop_to api's document guide more specific to avoid confusion.

the elm_naviframe_item_pop_to api does not pop all items from the top to the target item.
It destory the items between the top and the target item, after that pop and destory the top item.
so, the descriptions of elm_naviframe_item_pop_to() is modified to avoid cunfusion like above.

Reviewers: Hermet, woohyun, seoz

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D1780
This commit is contained in:
taehyub 2014-12-16 16:13:33 +09:00 committed by Daniel Juyung Seo
parent a5de98c5f6
commit be15a0dc33
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ class Elm_Naviframe_Item(Elm_Widget_Item)
methods {
pop_to {
/*@
Pop the items between the top and the above one on the given item.
Pop the top item and delete the items between the top and the above
one on the given item.
The items between the top and the given item will be deleted first,
and then the top item will be popped at last.