From 5c0ad43ae91bc7747f03a1bdf44246298624930c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 25 Apr 2010 13:13:28 +0000 Subject: [PATCH] test all combos. SVN revision: 48310 --- src/bin/test_entry.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/bin/test_entry.c b/src/bin/test_entry.c index 93bdda0..a795cba 100644 --- a/src/bin/test_entry.c +++ b/src/bin/test_entry.c @@ -84,17 +84,21 @@ test_entry(void *data, Evas_Object *obj, void *event_info) "
" "Also you can stick in items with (relsize + ascent): " - "" + "" + " (full) " + "" " (to the left)
" - "Also (size + full): " - "" + "Also (size + ascent): " + "" + " (full) " + "" " (before this)
" "And as well (absize + ascent): " - "" + "" " (full) " - "" + "" " ... end." ); evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); -- 2.7.4