From 7cb12b7ea649a38ccf58f5202ac8017168f8dcff Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 25 Apr 2010 13:07:48 +0000 Subject: [PATCH] a test for items... getting there. SVN revision: 48308 --- src/bin/test_entry.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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); -- 2.7.4