Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto/edje_editor

Dir     : e17/proto/edje_editor/data


Modified Files:
        edje_editor.edc 


Log Message:
 * Add ability to do internal autoswallow (part of type GROUP)
wow, this is a great feature, really usefull in the editor. :)
You can for example make a group that is a 'custom button' and then use it in 
other groups (maybe your main interface).

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/data/edje_editor.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- edje_editor.edc     24 Feb 2008 03:52:58 -0000      1.11
+++ edje_editor.edc     26 Feb 2008 01:33:35 -0000      1.12
@@ -134,6 +134,7 @@
    image: "text.png" LOSSY 95;
    image: "swallow.png" LOSSY 95;
    image: "swallow2.png" LOSSY 95;
+   image: "group.png" LOSSY 95;
    image: "desc.png" LOSSY 95;
    image: "e17.png" LOSSY 95;
    image: "none.png" LOSSY 95;
@@ -211,8 +212,8 @@
    }
    group{
       name: "SWAL.PNG";
-      min: 15 15;
-      max: 15 15;
+      min: 19 14;
+      max: 19 14;
       parts{
          part{
             name: "StaticImage";
@@ -223,6 +224,24 @@
                rel1 {relative: 0.0 0.0; offset: 0 0;}
                rel2 {relative: 0.0 0.0; offset: 19 14;}
                image {normal: "swallow.png";}
+            }
+         }
+      }
+   }
+   group{
+      name: "GROUP.PNG";
+      min: 19 14;
+      max: 19 14;
+      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: "group.png";}
             }
          }
       }



-------------------------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to