Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        e_logo.edc test.edc 


Log Message:


dragables are about complete now.. with new actions, page and step values....
all happy & smelly.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/e_logo.edc,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_logo.edc  14 Aug 2003 03:22:37 -0000      1.18
+++ e_logo.edc  1 Sep 2003 02:53:08 -0000       1.19
@@ -398,8 +398,8 @@
            mouse_events,  1;
            dragable {
               // drag in: DIR, ON/OFF STEPPING COUNT;
-              x,       1 1 0;
-              y,       1 1 0;
+              x,       -1 1 0;
+              y,        1 1 0;
               confine, "background";
            }
            description {
@@ -475,6 +475,20 @@
            source,     "the_source";
            in,         1.0 5.0;
            action,     SIGNAL_EMIT "do_random" "the_source";
+        }
+        program {
+           name,       "logo_click_d1";
+           signal,     "mouse,down,1";
+           source,     "logo";
+           action,     DRAG_VAL_STEP 1.0 1.0;
+           target,     "dragable";
+        }
+        program {
+           name,       "logo_click_d2";
+           signal,     "mouse,down,3";
+           source,     "logo";
+           action,     DRAG_VAL_STEP -1.0 -1.0;
+           target,     "dragable";
         }
       }
    }
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/test.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- test.edc    14 Aug 2003 03:24:41 -0000      1.10
+++ test.edc    1 Sep 2003 02:53:08 -0000       1.11
@@ -170,7 +170,7 @@
                  name,       "logo_click";
                  signal,     "mouse-down-1";
                  source,     "logo";
-// STATE_SET ot ACTION_STOP here
+// STATE_SET, ACTION_STOP, SIGNAL_EMIT, DRAG_VAL_SET, DRAG_VAL_STEP, DRAG_VAL_PAGE
                  action,     STATE_SET "clicked" 0.0;
 // LINEAR, SINUSOIDAL, ACCELERATE, DECELERATE, + seconds to transition over
 //               transition, LINEAR 0.0;




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to