From: Carsten Haitzler Date: Sun, 25 Apr 2010 13:07:48 +0000 (+0000) Subject: a test for items... getting there. X-Git-Tag: v1.0.0~4622 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cb12b7ea649a38ccf58f5202ac8017168f8dcff;p=platform%2Fupstream%2Felementary.git a test for items... getting there. SVN revision: 48308 --- diff --git a/src/bin/test_entry.c b/src/bin/test_entry.c index 3fd1a12..93bdda0 100644 --- a/src/bin/test_entry.c +++ b/src/bin/test_entry.c @@ -80,7 +80,23 @@ test_entry(void *data, Evas_Object *obj, void *event_info) "links in the text, so enter text
" "in here to edit it. By the way, links are
" "called Anchors so you will need
" - "to refer to them this way."); + "to refer to them this way.
" + "
" + + "Also you can stick in items with (relsize + ascent): " + "" + " (to the left)
" + + "Also (size + full): " + "" + " (before this)
" + + "And as well (absize + ascent): " + "" + " (full) " + "" + " ... 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);