elementary - modified item_del_pre_hook function prototype.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 27 Jan 2012 11:56:14 +0000 (11:56 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 27 Jan 2012 11:56:14 +0000 (11:56 +0000)
commit8aefdc3d282817a58344414594c287be2c4b2364
tree1426e5ec26b89fdf8bcd059d0f6fa5f43f80b29b
parent494b3386a8b88d52dcb0ffb86315f20ef36c3493
elementary -  modified item_del_pre_hook function prototype.

Now it returns the bool value to free the widget item.

Some widget items(i,e genlist) should not be deleted directly when elm_object_item_del is called.
So, if the pre_hook function returns EINA_FALSE, then the widget item will not be deleted.

SVN revision: 67565
13 files changed:
src/lib/elc_ctxpopup.c
src/lib/elc_hoversel.c
src/lib/elc_multibuttonentry.c
src/lib/elc_naviframe.c
src/lib/elm_diskselector.c
src/lib/elm_flipselector.c
src/lib/elm_index.c
src/lib/elm_menu.c
src/lib/elm_segment_control.c
src/lib/elm_slideshow.c
src/lib/elm_toolbar.c
src/lib/elm_widget.c
src/lib/elm_widget.h