This function is already added in opensource and bring into Tizen.
Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
Change-Id: I8806f08702db712d15d5cb856ad78e3409467763
}
}
+EOLIAN static void
+_elm_box_evas_object_smart_calculate(Eo *obj, Elm_Box_Data *_pd EINA_UNUSED)
+{
+ ELM_WIDGET_DATA_GET_OR_RETURN(obj, wd);
+
+ elm_box_recalculate(obj);
+}
+
EOLIAN static void
_elm_box_evas_object_smart_add(Eo *obj, Elm_Box_Data *_pd EINA_UNUSED)
{
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
+ Evas.Object_Smart.calculate;
Elm.Widget.focus_direction;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;