efl/legacy/elementary/doc/widgets/widget_preview_anchorblock.c

12 lines
407 B
C

#include "widget_preview_tmpl_head.c"
Evas_Object *o = elm_anchorblock_add(win);
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, "Anchorblock <b>bold</> and lots and lots and lots and "
"lots and lots and lots and lots and lots of text");
#include "widget_preview_tmpl_foot.c"