a test for items... getting there.
authorCarsten Haitzler <raster@rasterman.com>
Sun, 25 Apr 2010 13:07:48 +0000 (13:07 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sun, 25 Apr 2010 13:07:48 +0000 (13:07 +0000)
SVN revision: 48308

src/bin/test_entry.c

index 3fd1a12..93bdda0 100644 (file)
@@ -80,7 +80,23 @@ test_entry(void *data, Evas_Object *obj, void *event_info)
                       "<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);