efl/legacy/edje/data
Eduardo Lima (Etrunko) 5081d36996 New embryo function: get_program_id
It is now you can run programs with names generated dinamically. Say that you
have 10 programs indexed somehow. You can now call them using the following snippet:

script {
   new program_id[15], i;
   for (i = 0; i < 10; i++) {
      snprintf(program_id, 15, "my_program_%d", i+1);
      run_program(get_program_id(program_id));
   }
}

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>



SVN revision: 80199
2012-12-04 20:21:59 +00:00
..
include New embryo function: get_program_id 2012-12-04 20:21:59 +00:00
vim Edje vim: added ellipsis (correct spelling) as a keyword. 2012-08-28 12:28:37 +00:00
Makefile.am Mime-Type for edje files 2010-02-04 17:47:33 +00:00
edc.vim edje edc.vim: Added SPACER to contant. 2012-12-02 15:04:37 +00:00
edje-mode.el edje-mode.el: add ignore_flags and a small fix. 2008-04-02 01:50:09 +00:00
edje.xml Mime-Type for edje files 2010-02-04 17:47:33 +00:00