Change-Id: I73b2132e52edfa131e74e445dd4793bc9bbcad25
Signed-off-by: Oleksander Kostenko <o.kostenko@samsung.com>
addSmartCb("block,clicked", on_popup_block_clicked_cb, this);
addSmartCb("timeout", on_timeout_cb, this);
addSmartCb("dismissed", on_dismissed_cb, this);
- elm_popup_orient_set(getEo(), ELM_POPUP_ORIENT_CENTER);
expand();
}
{
setStyle("toast/circle");
setTimeOut(timeout);
- elm_popup_orient_set(getEo(), ELM_POPUP_ORIENT_BOTTOM);
evas_object_size_hint_weight_set(getEo(), EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
}