Enlightenment CVS committal
Author : davemds
Project : e17
Module : proto/edje_editor
Dir : e17/proto/edje_editor/data
Modified Files:
edje_editor.edc
Log Message:
* manage swallow parts
* fix group max e min value
* some line cutted to fit 80col
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/data/edje_editor.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- edje_editor.edc 23 Feb 2008 03:54:46 -0000 1.10
+++ edje_editor.edc 24 Feb 2008 03:52:58 -0000 1.11
@@ -132,6 +132,8 @@
image: "image.png" LOSSY 95;
image: "rect.png" LOSSY 95;
image: "text.png" LOSSY 95;
+ image: "swallow.png" LOSSY 95;
+ image: "swallow2.png" LOSSY 95;
image: "desc.png" LOSSY 95;
image: "e17.png" LOSSY 95;
image: "none.png" LOSSY 95;
@@ -208,6 +210,24 @@
}
}
group{
+ name: "SWAL.PNG";
+ min: 15 15;
+ max: 15 15;
+ parts{
+ part{
+ name: "StaticImage";
+ type: IMAGE;
+ mouse_events: 0;
+ description{
+ state: "default" 0.0;
+ rel1 {relative: 0.0 0.0; offset: 0 0;}
+ rel2 {relative: 0.0 0.0; offset: 19 14;}
+ image {normal: "swallow.png";}
+ }
+ }
+ }
+ }
+ group{
name: "NONE.PNG";
min: 19 14;
max: 19 14;
@@ -463,6 +483,43 @@
rel2 {relative: 1.0 1.0; offset: 0 0;}
image {normal: "focus.png"; border: 15 15 15 15;}
}
+ }
+ part {
+ name: "swall";
+ type: IMAGE;
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ color: 255 255 255 0;
+ rel1 {relative: 0.0 0.0; offset: 2 2; to: "rect";}
+ rel2 {relative: 1.0 1.0; offset: -3 -3; to: "rect";}
+ image {normal: "swallow2.png";}
+ fill {
+ origin{relative: 0.0 0.0; offset: 0 0 ;}
+ size{relative: 0.0 0.0; offset: 15 15;}
+ }
+ }
+ description {
+ state: "visible" 0.0;
+ inherit: "default" 0.0 ;
+ color: 255 255 255 100;
+ }
+ }
+ }
+ programs{
+ program{
+ name: "swallhide";
+ signal: "SwallHide";
+ source: "edje_editor";
+ action: STATE_SET "default" 0.0;
+ target: "swall";
+ }
+ program{
+ name: "swallshow";
+ signal: "SwallShow";
+ source: "edje_editor";
+ action: STATE_SET "visible" 0.0;
+ target: "swall";
}
}
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs