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)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 27 Sep 2011 20:28:36 +0000 (20:28 +0000)
commit03b16ac14aff4dc1690d20fb5517f5ba1db10690
tree63d53312c3656c3c63088b7193663b2c4d127e07
parenta90c0d52d2ee4f32004006cf25cf72b408a8d55f
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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63630 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Elementary.h.in
src/lib/elm_box.c