-/* ************************** */
-/* 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 */
/************************************************/