Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-edje/tests


Modified Files:
        theme.edc theme.edj 
Added Files:
        02-decorators.py 


Log Message:
Decorators to make development easier, less error prone and more consistent.

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-edje/tests/theme.edc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
--- theme.edc   3 May 2007 21:56:06 -0000       1.1.1.1
+++ theme.edc   15 Aug 2007 15:09:10 -0000      1.2
@@ -39,6 +39,30 @@
                }
             }
          }
+         part {
+            name: "label";
+            type: TEXT;
+            description {
+               state: "default" 0.0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  offset: 0 0;
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  offset: -1 -1;
+               }
+            }
+         }
+         programs {
+            program {
+               name: "emit_back_message";
+               signal: "emit,message";
+               script {
+                  send_message(MSG_INT, 1, 1);
+               }
+            }
+         }
       }
    }
 }
===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-edje/tests/theme.edj,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
Binary files /tmp/cvsa6t3c3 and /tmp/cvs6S05jy differ



-------------------------------------------------------------------------
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