_item_del(Elm_Genlist_Item *it)
{
Evas_Object *tob = it->wd->obj;
-
+
evas_event_freeze(evas_object_evas_get(tob));
elm_widget_item_pre_notify_del(it);
elm_genlist_item_subitems_clear(it);
Elm_Genlist_Item *it = data;
if ((it->delete_me) || (!it->realized) || (!it->mode_view)) return;
char buf[1024];
-
+
evas_event_freeze(evas_object_evas_get(obj));
it->nocache = EINA_FALSE;
_mode_item_unrealize(it);
if (!wd) return;
wd->update_job = NULL;
num = 0;
-
+
evas_event_freeze(evas_object_evas_get(wd->obj));
EINA_INLIST_FOREACH(wd->blocks, itb)
{
Elm_Obj_Data *obj_data;
Eina_List * list;
-//TODO: Check the remove case of the same objects in this transit.
+//TODO: Check the remove case of the same objects in this transit.
obj_data = ELM_NEW(Elm_Obj_Data);
obj_data->pass_events = evas_object_pass_events_get(obj);
if (!transit->event_enabled)
* @note @p chain_transit can not be NULL. Chain transits could be chained to the only one transit.
*
* @param transit The transit object.
- * @param chain_transit The chain transit object. This transit will be operated
+ * @param chain_transit The chain transit object. This transit will be operated
* after transit is done.
*
* @ingroup Transit
evas_object_size_hint_min_get(o, &minw, &minh);
evas_object_size_hint_align_get(o, &ax, &ay);
count = eina_list_count(priv->children);
-
+
if (w < minw)
{
x = x + ((w - minw) * (1.0 - ax));