"<a href=X><link>links in the text</></a>, so enter text<br>"
"in here to edit it. By the way, links are<br>"
"called <a href=anc-02>Anchors</a> so you will need<br>"
- "to refer to them this way.");
+ "to refer to them this way.<br>"
+ "<br>"
+
+ "Also you can stick in items with (relsize + ascent): "
+ "<item relsize=20x10 vsize=ascent href=A></item>"
+ " (to the left)<br>"
+
+ "Also (size + full): "
+ "<item size=120x40 vsize=full href=B></item>"
+ " (before this)<br>"
+
+ "And as well (absize + ascent): "
+ "<item absize=80x80 vsize=ascent href=C></item>"
+ " (full) "
+ "<item absize=60x60 vsize=full href=C></item>"
+ " ... end."
+ );
evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(en, EVAS_HINT_FILL, EVAS_HINT_FILL);
elm_box_pack_end(bx, en);