evas_object_show(VIEW(it));
_item_theme_hook(obj, it, scale, sd->icon_size);
- _sizing_eval(obj);
sd->item_count++;
return EO_OBJ(it);
evas_object_box_prepend(sd->bx, VIEW(it));
evas_object_show(VIEW(it));
_item_theme_hook(obj, it, scale, sd->icon_size);
- _sizing_eval(obj);
sd->item_count++;
return EO_OBJ(it);
(sd->items, EINA_INLIST_GET(it), EINA_INLIST_GET(_before));
evas_object_box_insert_before(sd->bx, VIEW(it), VIEW(_before));
_item_theme_hook(obj, it, scale, sd->icon_size);
- _sizing_eval(obj);
sd->item_count++;
return EO_OBJ(it);
(sd->items, EINA_INLIST_GET(it), EINA_INLIST_GET(_after));
evas_object_box_insert_after(sd->bx, VIEW(it), VIEW(_after));
_item_theme_hook(obj, it, scale, sd->icon_size);
- _sizing_eval(obj);
sd->item_count++;
return EO_OBJ(it);