efl/legacy
Carsten Haitzler 7bd60e9cb0 busy adding some MEAT to edje's embryo script support. just added
"persistent" variables - ie tied to each instance of an edje object and you
can save/load via get_int() set_int() get_float() set_float(), get_str(),
get_strlen() and set_str(). the values are fetched/stored wherever you do
these calls. you need a public variable declaration to indicate you want to
use a global var, and use this variable handle as the variable index - edje
will init it for you.

e_logo.edc has some examples...
:)

this solves being able to keep state like if a check button is enabled or
disabled etc. etc. etc.
then i guess its onto the rest of the calls...


SVN revision: 9526
2004-03-30 10:30:35 +00:00
..
ecore Sssh 2004-03-29 21:11:30 +00:00
edje busy adding some MEAT to edje's embryo script support. just added 2004-03-30 10:30:35 +00:00
eet Again, libtoolize for version checking. 2004-03-25 02:12:09 +00:00
embryo fix str... snprintf... oops 2004-03-30 09:35:50 +00:00
evas build fixes from Spanky courtesy of some gentoo user I imagine, hopefully saving raster some time, if it's wrong, sorry 2004-03-27 05:46:27 +00:00