Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        e_logo.edc 


Log Message:


and.... edje_cc can take small code snippets in script{} areas and compile
them, include them int eh edje.eet and edje can run them. all i have to do
now is actually give the small scripts an api worht talking about

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/e_logo.edc,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_logo.edc  23 Jan 2004 02:13:28 -0000      1.23
+++ e_logo.edc  28 Mar 2004 05:26:17 -0000      1.24
@@ -139,11 +139,20 @@
       name: "test";
       min: 32 32;
       max: 1024 768;
-      data
-       {
-          item: "My Data" "The string to attach to this data";
-          item: "The Key" "String data attached to the key";
-       }
+      data {
+        item: "My Data" "The string to attach to this data";
+        item: "The Key" "String data attached to the key";
+      }
+      script {
+        
+        main()
+          {
+             tst();
+             emit("Flabby", "Pants");
+             return 7;
+          }
+        
+      }
       parts {
         part {
            name:          "background";
@@ -466,7 +475,10 @@
            name:       "logo_animate_signal";
            signal:     "mouse,up,1";
            source:     "logo_anim";
-           action:     SIGNAL_EMIT "do_it" "the_source";
+//         action:     SIGNAL_EMIT "do_it" "the_source";
+           script {
+              emit("PROGRAAAAAAAM", "TEEEEEEEEEEEEEST");
+           }
         }
         program {
            name:       "random_signal";




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to