naviframe: Add "item,activated" smart callback.
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 7 Oct 2016 08:07:48 +0000 (17:07 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 7 Oct 2016 08:07:48 +0000 (17:07 +0900)
commit3a0eb75bda1bd9274e4c9de1b6ce9143b24cfc80
tree5dc035018a6541b3c90432a389d263097716e36b
parent8976be4f8409c88527177152f68108bea43e81cf
naviframe: Add "item,activated" smart callback.

"item,activated" smart callback is added to notice when an item is
activated.

"item,activated" smart callback is called as follows.
1. Item push is finished and the new item is activated.
2. Item pop is finished and the previous item is activated.

void *event_info in smart callback is the activated item pointer.
src/bin/elementary/test_naviframe.c
src/lib/elementary/elc_naviframe.c
src/lib/elementary/elm_naviframe.eo