Enlightenment CVS committal Author : raster Project : e17 Module : libs/edje
Dir : e17/libs/edje/data/include Modified Files: edje.inc Log Message: start some serious work on script_only edje objects - for efficiency sake i'm having an almost parallel codepath for script_only objects - they dont get to use the older edje api calls for part defined objects. they will have a new set of calls specifically for them. it's partly done - very little available now, but will expand. lots of fixme's. =================================================================== RCS file: /cvs/e/e17/libs/edje/data/include/edje.inc,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- edje.inc 19 May 2008 04:38:40 -0000 1.26 +++ edje.inc 30 May 2008 11:20:49 -0000 1.27 @@ -1,3 +1,34 @@ +/* ************************** */ +/* This is for script-only objects */ +/* ************************** */ + +native e_obj_rect_add(); +native e_obj_show(obj); +native e_obj_move(obj, x, y); +native e_obj_resize(obj, w, h); +native e_obj_color_set(obj, r, g, b, a); + +/* threw this in for debug... but need it */ +native e_signal_emit(sig[], src[]); + + + + + + + + + + + + + +/* ************************** */ +/* The below is for non-script-only objects. these calls will not work for */ +/* script-only objects. above are for script-only. perhaps this will be */ +/* deprecated sometime? or merged to the above partly? */ +/* ************************** */ + /* Edje exported calls */ /************************************************/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs