Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        e_logo.edc 


Log Message:


edje can now swallow other evas objects... including... other EDJES! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/e_logo.edc,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_logo.edc  7 Jul 2003 07:55:18 -0000       1.13
+++ e_logo.edc  13 Jul 2003 06:19:08 -0000      1.14
@@ -130,6 +130,7 @@
       parts {
         part {
            name,          "background";
+           color_class,   "bg";
            mouse_events,  0;
            description {
               state,    "default" 0.0;
@@ -168,30 +169,33 @@
               color3, 0 0 0 32;
               text {
                  text,     "This is a longer test string";
-                 font,     "Vera-Bold";
-                 size,     8;
+                 font,     "Vera";
+                 size,     6;
                  fit,    0 0;
 //                min,    1 1;
                  align,   0.0 0.5;
               }
            }
         }
+/* test swallowing */
 /*      
         part {
-           name,          "clip";
+           name,          "swallow";
            mouse_events,  0;
            type,          RECT;
            description {
               state,    "default" 0.0;
               rel1 {
-                 relative, 0.5  0.5;
-                 offset,   -20    -20;
+                 relative, 0.0  1.0;
+                 offset,   0    0;
+                 to,       "logo";
               }
               rel2 {
-                 relative, 0.5  0.5;
-                 offset,   19   19;
+                 relative, 1.0  1.0;
+                 offset,   -1   99;
+                 to,       "logo";
               }
-              color,       100 200 255 128;
+              color,       0 0 0 100;
            }
         }
  */




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to