elm_box: emit child,removed and child,added, allow smart-recalculate of box.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Sep 2011 20:28:36 +0000 (20:28 +0000)
committerMike McCormack <mj.mccormack@samsung.com>
Wed, 9 Nov 2011 01:55:32 +0000 (10:55 +0900)
commit931bcfb2e73d112fa57fcd3ede31b7d6df64105c
tree8dd034485fe17a330941826f9b2d9eae0a21433f
parent0823c78941447ff7c47fd6c859b814f5a84aaddf
elm_box: emit child,removed and child,added, allow smart-recalculate of box.

 * proxy signals from evas_object_box: child,removed and child,added. Both
   will carry event_info being the child element.
 * elm_box_recalculate() to force recalculation of internal box, thus
   applying the layout to children.

Thanks btdrucke for reporting!

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@63630 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Elementary.h.in
src/lib/elm_box.c