rimmed pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ec1afd74fdaa7365ad29bbffca594bfa82aca668

commit ec1afd74fdaa7365ad29bbffca594bfa82aca668
Author: Vyacheslav Reutskiy <[email protected]>
Date:   Fri Jan 9 07:42:19 2015 +0000

    edje: update the edc reference
    
    Add a list of global signals that edje provide.
---
 src/bin/edje/edje_cc_handlers.c | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index d1aa9ec..aebb953 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -10346,6 +10346,24 @@ st_collections_group_programs_program_name(void)
         Signals may be globbed, but only one signal keyword per program
         may be used. ex: signal: "mouse,clicked,*"; (clicking any mouse button
         that matches source starts program).
+        A list of global signal, that edje provide:
+          - hold,on;
+          - hold,off;
+          - mounse,in;
+          - mounse,out;
+          - mouse,down,N: where N - mouse button number;
+          - mouse,down,N,double: where N - mouse button number;
+          - mouse,down,N,triple: where N - mouse button number;
+          - mouse,up,N: where N - mouse button number;
+          - mouse,clicked,N: where N - mouse button number;
+          - mouse,move;
+          - mouse,wheel,N,M: where N - the direction (by default is 0),
+            M - 1 if wheel scrolled up and -1 if down;
+          - drag,start;
+          - drag;
+          - drag,stop;
+          - focus,part,in;
+          - focus,part,out.
     @endproperty
 */
 static void
@@ -10372,7 +10390,7 @@ st_collections_group_programs_program_signal(void)
         [source name]
     @effect
         Source of accepted signal. Sources may be globbed, but only one source
-        keyword per program may be used. ex:source: "button-*"; (Signals from
+        keyword per program may be used. ex: source: "button-*"; (Signals from
         any part or program named "button-*" are accepted).
     @endproperty
 */

-- 


Reply via email to