Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

Dir     : e17/proto/python-efl/python-edje/examples/evas-demo/02-vkbd


Modified Files:
        02-vkbd.edc 


Log Message:
Fix edje to match last CVS changes.

===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-edje/examples/evas-demo/02-vkbd/02-vkbd.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- 02-vkbd.edc 25 Jul 2007 15:39:31 -0000      1.1
+++ 02-vkbd.edc 3 Aug 2007 23:32:49 -0000       1.2
@@ -130,10 +130,33 @@
             }
          }
 
+
+         part {
+            name: "alpha_clip";
+            type: RECT;
+            description {
+               state: "default" 0.0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  offset: 0 0;
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  offset: -1 -1;
+               }
+            }
+            description {
+               state: "hidden" 0.0;
+               inherit: "default" 0.0;
+               visible: 0;
+            }
+         }
+
          part {
             name: "alpha";
             type: GROUP;
             source: "alpha";
+            clip_to: "alpha_clip";
             description {
                state: "default" 0.0;
                min: 685 234;
@@ -146,7 +169,23 @@
                   relative: 0.5 1.0;
                   offset: 342 -10;
                }
-               visible: 1;
+            }
+         }
+
+
+         part {
+            name: "special-1_clip";
+            type: RECT;
+            description {
+               state: "default" 0.0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  offset: 0 0;
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  offset: -1 -1;
+               }
             }
             description {
                state: "hidden" 0.0;
@@ -159,6 +198,7 @@
             name: "special-1";
             type: GROUP;
             source: "special-1";
+            clip_to: "special-1_clip";
             description {
                state: "default" 0.0;
                min: 685 234;
@@ -171,7 +211,22 @@
                   relative: 0.5 1.0;
                   offset: 342 -10;
                }
-               visible: 1;
+            }
+         }
+
+         part {
+            name: "special-2_clip";
+            type: RECT;
+            description {
+               state: "default" 0.0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  offset: 0 0;
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  offset: -1 -1;
+               }
             }
             description {
                state: "hidden" 0.0;
@@ -184,6 +239,7 @@
             name: "special-2";
             type: GROUP;
             source: "special-2";
+            clip_to: "special-2_clip";
             description {
                state: "default" 0.0;
                min: 685 234;
@@ -196,12 +252,6 @@
                   relative: 0.5 1.0;
                   offset: 342 -10;
                }
-               visible: 1;
-            }
-            description {
-               state: "hidden" 0.0;
-               inherit: "default" 0.0;
-               visible: 0;
             }
          }
       }
@@ -211,39 +261,39 @@
             name: "show-alpha";
             signal: "show-alpha";
             action: STATE_SET "default" 0.0;
-            target: "alpha";
+            target: "alpha_clip";
          }
          program {
             name: "hide-alpha";
             signal: "hide-alpha";
             action: STATE_SET "hidden" 0.0;
-            target: "alpha";
+            target: "alpha_clip";
          }
 
          program {
             name: "hide-special-1";
             signal: "hide-special-1";
             action: STATE_SET "hidden" 0.0;
-            target: "special-1";
+            target: "special-1_clip";
          }
          program {
             name: "show-special-1";
             signal: "show-special-1";
             action: STATE_SET "default" 0.0;
-            target: "special-1";
+            target: "special-1_clip";
          }
 
          program {
             name: "hide-special-2";
             signal: "hide-special-2";
             action: STATE_SET "hidden" 0.0;
-            target: "special-2";
+            target: "special-2_clip";
          }
          program {
             name: "show-special-2";
             signal: "show-special-2";
             action: STATE_SET "default" 0.0;
-            target: "special-2";
+            target: "special-2_clip";
          }
 
          program {



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to