Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/data/images
Modified Files:
bg.edc
Added Files:
banner-top.png lilengage.jpg lilgrad.png
Log Message:
Added a few more images for the simple test app.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/images/bg.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- bg.edc 22 Jul 2004 04:44:24 -0000 1.1
+++ bg.edc 23 Jul 2004 13:42:40 -0000 1.2
@@ -1,5 +1,9 @@
images {
image, "lilbottom.png" LOSSY 98;
+ image, "banner-top.png" LOSSY 98;
+ image, "lilgrad.png" LOSSY 98;
+ image, "lilengage.jpg" LOSSY 98;
+ image, "e-logo.png" LOSSY 98;
}
collections {
@@ -10,12 +14,9 @@
part {
name, "background";
- type, RECT;
mouse_events, 0;
description {
state, "default" 0.0;
- color, 229 239 255 255;
- color_class, "background";
rel1 {
relative, 0.0 0.0;
offset, 0 0;
@@ -24,6 +25,9 @@
relative, 1.0 1.0;
offset, -1 -1;
}
+ image {
+ normal, "lilgrad.png";
+ }
}
}
@@ -100,4 +104,66 @@
}
}
+
+ group {
+ name, "tour";
+
+ data {
+ }
+
+ parts {
+
+ part {
+ name, "display";
+ mouse_events, 1;
+
+ description {
+ state, "default" 0.0;
+ rel1 {
+ relative, 0.0 0.0;
+ offset, 4 4;
+ }
+ rel2 {
+ relative, 1.0 1.0;
+ offset, -5 -5;
+ }
+ image {
+ normal, "e-logo.png";
+ tween, "lilengage.jpg";
+ tween, "lilengage.jpg";
+ }
+ }
+
+ description {
+ state, "default" 1.0;
+ rel1 {
+ relative, 0.0 0.0;
+ offset, 4 4;
+ }
+ rel2 {
+ relative, 1.0 1.0;
+ offset, -5 -5;
+ }
+ image {
+ normal, "banner-top.png";
+ }
+ }
+
+ }
+
+ }
+
+ programs {
+ program {
+ name: "start_tour";
+ signal: "mouse,down,1";
+ source: "*";
+ action: STATE_SET "default" 1.0;
+ transition: LINEAR 4.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
