#include "widget_preview_tmpl_head.c" Evas_Object *o = elm_entry_add(win); elm_entry_scrollable_set(o, EINA_TRUE); evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); elm_win_resize_object_add(win, o); evas_object_show(o); elm_object_text_set(o, "Some text with Anchors and" "also items taken from the default theme" "" "showing theme with different sizesand how they affect" "line heights . This will also scroll."); #include "widget_preview_tmpl_foot.c"