diff options
author | Vyacheslav Reutskiy <rimmed@yandex.ru> | 2015-01-09 07:42:19 +0000 |
---|---|---|
committer | Vyacheslav Reutskiy <rimmed@yandex.ru> | 2015-01-09 07:51:54 +0000 |
commit | ec1afd74fdaa7365ad29bbffca594bfa82aca668 (patch) | |
tree | e464da2e305afcbc246e2ad236775963238a0d6f /src/bin/edje | |
parent | 1f7c6c578351e29df69a1d5160459e467668a4ce (diff) |
edje: update the edc reference
Add a list of global signals that edje provide.
Diffstat (limited to 'src/bin/edje')
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index d1aa9ece50..aebb9533cf 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) | |||
10346 | Signals may be globbed, but only one signal keyword per program | 10346 | Signals may be globbed, but only one signal keyword per program |
10347 | may be used. ex: signal: "mouse,clicked,*"; (clicking any mouse button | 10347 | may be used. ex: signal: "mouse,clicked,*"; (clicking any mouse button |
10348 | that matches source starts program). | 10348 | that matches source starts program). |
10349 | A list of global signal, that edje provide: | ||
10350 | - hold,on; | ||
10351 | - hold,off; | ||
10352 | - mounse,in; | ||
10353 | - mounse,out; | ||
10354 | - mouse,down,N: where N - mouse button number; | ||
10355 | - mouse,down,N,double: where N - mouse button number; | ||
10356 | - mouse,down,N,triple: where N - mouse button number; | ||
10357 | - mouse,up,N: where N - mouse button number; | ||
10358 | - mouse,clicked,N: where N - mouse button number; | ||
10359 | - mouse,move; | ||
10360 | - mouse,wheel,N,M: where N - the direction (by default is 0), | ||
10361 | M - 1 if wheel scrolled up and -1 if down; | ||
10362 | - drag,start; | ||
10363 | - drag; | ||
10364 | - drag,stop; | ||
10365 | - focus,part,in; | ||
10366 | - focus,part,out. | ||
10349 | @endproperty | 10367 | @endproperty |
10350 | */ | 10368 | */ |
10351 | static void | 10369 | static void |
@@ -10372,7 +10390,7 @@ st_collections_group_programs_program_signal(void) | |||
10372 | [source name] | 10390 | [source name] |
10373 | @effect | 10391 | @effect |
10374 | Source of accepted signal. Sources may be globbed, but only one source | 10392 | Source of accepted signal. Sources may be globbed, but only one source |
10375 | keyword per program may be used. ex:source: "button-*"; (Signals from | 10393 | keyword per program may be used. ex: source: "button-*"; (Signals from |
10376 | any part or program named "button-*" are accepted). | 10394 | any part or program named "button-*" are accepted). |
10377 | @endproperty | 10395 | @endproperty |
10378 | */ | 10396 | */ |