dont pretend to have these script only embryo calls anymore

SVN revision: 53181
This commit is contained in:
Carsten Haitzler 2010-10-08 08:51:05 +00:00
parent 6bbe56fefc
commit a3b68b3e0e
1 changed files with 0 additions and 38 deletions

View File

@ -1,41 +1,3 @@
/* ************************** */
/* This is for script-only objects */
/* ************************** */
native e_obj_del(obj);
native e_obj_rect_add();
native e_obj_show(obj);
native e_obj_hide(obj);
native e_obj_move(obj, x, y);
native e_obj_resize(obj, w, h);
native e_obj_geometry_set(obj, x, y, w, h);
native e_obj_geometry_get(obj, &x, &y, &w, &h);
native e_obj_color_set(obj, r, g, b, a);
native e_obj_color_get(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 */
/************************************************/