Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/images


Modified Files:
        bg.edc 
Added Files:
        elicit.png 
Removed Files:
        lilengage.jpg 


Log Message:
Shuffle some images and update the display for the simple test app.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/images/bg.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- bg.edc      23 Jul 2004 13:42:40 -0000      1.2
+++ bg.edc      23 Jul 2004 14:56:49 -0000      1.3
@@ -2,7 +2,7 @@
        image, "lilbottom.png" LOSSY 98;
        image, "banner-top.png" LOSSY 98;
        image, "lilgrad.png" LOSSY 98;
-       image, "lilengage.jpg" LOSSY 98;
+       image, "elicit.png" LOSSY 98;
        image, "e-logo.png" LOSSY 98;
 }
 
@@ -119,33 +119,35 @@
 
                                description {
                                        state, "default" 0.0;
+                                       aspect, 1.0 1.0;
+                                       align, 0.5 0.5;
                                        rel1 {
                                                relative, 0.0 0.0;
-                                               offset, 4 4;
+                                               offset, 0 0;
                                        }
                                        rel2 {
                                                relative, 1.0 1.0;
-                                               offset, -5 -5;
+                                               offset, -1 -1;
                                        }
                                        image {
                                                normal, "e-logo.png";
-                                               tween, "lilengage.jpg";
-                                               tween, "lilengage.jpg";
                                        }
                                }
 
                                description {
                                        state, "default" 1.0;
+                                       aspect, 1.6 1.6;
+                                       align, 0.5 0.5;
                                        rel1 {
                                                relative, 0.0 0.0;
-                                               offset, 4 4;
+                                               offset, 0 0;
                                        }
                                        rel2 {
                                                relative, 1.0 1.0;
-                                               offset, -5 -5;
+                                               offset, -1 -1;
                                        }
                                        image {
-                                               normal, "banner-top.png";
+                                               normal, "elicit.png";
                                        }
                                }
 
@@ -156,10 +158,11 @@
                programs {
                        program {
                                name:       "start_tour";
-                               signal:     "mouse,down,1";
+                               signal:     "start_tour";
                                source:     "*";
                                action:     STATE_SET "default" 1.0;
-                               transition: LINEAR 4.0;
+                               action:     SIGNAL_EMIT "elicit" "tour";
+                               transition: LINEAR 0.0;
                                target:     "display";
                        }
                }




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to