* Mapbuf: Ensure that content size calculation is correctly finished
because the mapbuf is willing to block the size calculation forcely.
+
+2013-08-19 ChunEon Park (Hermet)
+
+ * Popup: Support "language,changed" smart callback.
* Show magnifier when selection handlers are pressed or moved.
* Change the method to calculate a distance which be scrolled from linear to sine curve.
* Add support for URL in Elm_Image and Elm_Photocam.
+ * Popup: Support "language,changed" smart callback.
Fixes:
* Now elm_datetime_field_limit_set() can set year limits wihtout problems.
static const char SIG_BLOCK_CLICKED[] = "block,clicked";
static const char SIG_TIMEOUT[] = "timeout";
+static const char SIG_LANG_CHANGED[] = "language,changed";
static const Evas_Smart_Cb_Description _smart_callbacks[] = {
{SIG_BLOCK_CLICKED, ""},
EINA_LIST_FOREACH(sd->items, l, it)
elm_widget_item_translate(it);
+ evas_object_smart_callback_call(obj, SIG_LANG_CHANGED, NULL);
+
if (ret) *ret = EINA_TRUE;
}
* @li @c "block,clicked" - whenever user taps on Blocked Event area.
* @li @c "focused" - When the popup has received focus. (since 1.8)
* @li @c "unfocused" - When the popup has lost focus. (since 1.8)
+ * @li "language,changed" - the program's language changed (since 1.8)
*
* Styles available for Popup
* @li "default"